mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
perl-Archive-Zip: init at 1.53
This commit is contained in:
parent
5e0dca6d06
commit
69286657df
@ -365,6 +365,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
ArchiveZip_1_53 = buildPerlPackage {
|
||||
name = "Archive-Zip-1.53";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.53.tar.gz;
|
||||
sha256 = "c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9";
|
||||
};
|
||||
meta = {
|
||||
description = "Provide an interface to ZIP archive files";
|
||||
license = "perl";
|
||||
};
|
||||
};
|
||||
|
||||
AuthenDecHpwd = buildPerlPackage rec {
|
||||
name = "Authen-DecHpwd-2.006";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user