perlPackages.MIMETools: init at 5.509
This commit is contained in:
parent
38574a5878
commit
b48ea664f5
@ -8290,6 +8290,29 @@ let self = _self // overrides; _self = with self; {
|
|||||||
buildInputs = [ ProcWaitStat ];
|
buildInputs = [ ProcWaitStat ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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";
|
||||||
|
sha256 = "0wv9rzx5j1wjm01c3dg48qk9wlbm6iyf91j536idk09xj869ymv4";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
MailTools
|
||||||
|
FilePath
|
||||||
|
FileTemp
|
||||||
|
MIMEBase64
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
TestDeep
|
||||||
|
TestPod
|
||||||
|
TestPodCoverage
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
description = "class for parsed-and-decoded MIME message";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
MIMELite = buildPerlPackage rec {
|
MIMELite = buildPerlPackage rec {
|
||||||
name = "MIME-Lite-3.030";
|
name = "MIME-Lite-3.030";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user