[cpan2nix] perlPackages.MIMELite: cleanup
This commit is contained in:
parent
5d29024730
commit
0bb2875eaa
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue