[cpan2nix] perlPackages.DateTimeEventICal: cleanup

This commit is contained in:
volth 2018-04-07 07:57:39 +00:00
parent d319180851
commit ad37fdfe1b

View File

@ -3552,7 +3552,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/F/FG/FGLOCK/${name}.tar.gz";
sha256 = "1skmykxbrf98ldi72d5s1v6228gfdr5iy4y0gpl0xwswxy247njk";
};
propagatedBuildInputs = [ DateTime DateTimeEventRecurrence ];
propagatedBuildInputs = [ DateTimeEventRecurrence ];
meta = {
description = "DateTime rfc2445 recurrences";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];