[cpan2nix] perlPackages.DataICal: cleanup

This commit is contained in:
volth 2018-04-07 07:56:16 +00:00
parent a401db5c6d
commit 34080840fb

View file

@ -3150,7 +3150,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "8ae9d20af244e5a6f606c7325e9d145dd0002676a178357af860a5e156925720";
};
buildInputs = [ TestLongString TestNoWarnings TestWarn ];
propagatedBuildInputs = [ ClassAccessor ClassReturnValue TextvFileasData ];
propagatedBuildInputs = [ ClassReturnValue TextvFileasData ];
meta = {
description = "Generates iCalendar (RFC 2445) calendar files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];