[cpan2nix] perlPackages.MIMETools: cleanup
This commit is contained in:
parent
161683e13a
commit
4eb348715d
@ -8873,20 +8873,11 @@ let self = _self // overrides; _self = with self; {
|
||||
MIMETools = buildPerlPackage rec {
|
||||
name = "MIME-tools-5.509";
|
||||
src = fetchurl {
|
||||
url = "https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/MIME-tools-5.509.tar.gz";
|
||||
url = mirror://cpan/authors/id/D/DS/DSKOLL/MIME-tools-5.509.tar.gz;
|
||||
sha256 = "0wv9rzx5j1wjm01c3dg48qk9wlbm6iyf91j536idk09xj869ymv4";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
MailTools
|
||||
FilePath
|
||||
FileTemp
|
||||
MIMEBase64
|
||||
];
|
||||
buildInputs = [
|
||||
TestDeep
|
||||
TestPod
|
||||
TestPodCoverage
|
||||
];
|
||||
propagatedBuildInputs = [ MailTools ];
|
||||
buildInputs = [ TestDeep ];
|
||||
meta = {
|
||||
description = "class for parsed-and-decoded MIME message";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user