[cpan2nix] perlPackages.MIMELite: cleanup

This commit is contained in:
volth 2018-04-07 07:54:25 +00:00
parent 5d29024730
commit 0bb2875eaa

View file

@ -8815,7 +8815,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "8f39901bc580bc3dce69e10415305e4435ff90264c63d29f707b4566460be962";
};
propagatedBuildInputs = [ EmailDateFormat MailTools MIMETypes ];
propagatedBuildInputs = [ EmailDateFormat ];
meta = {
description = "Low-calorie MIME generator (DEPRECATED)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];