[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"; sha256 = "8ae9d20af244e5a6f606c7325e9d145dd0002676a178357af860a5e156925720";
}; };
buildInputs = [ TestLongString TestNoWarnings TestWarn ]; buildInputs = [ TestLongString TestNoWarnings TestWarn ];
propagatedBuildInputs = [ ClassAccessor ClassReturnValue TextvFileasData ]; propagatedBuildInputs = [ ClassReturnValue TextvFileasData ];
meta = { meta = {
description = "Generates iCalendar (RFC 2445) calendar files"; description = "Generates iCalendar (RFC 2445) calendar files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];