1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

perl-packages.nix: duplicate packages -> aliases

This commit is contained in:
volth 2018-06-25 23:34:53 +00:00 committed by GitHub
parent 460b994303
commit 3be343d340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,21 +507,14 @@ let self = _self // overrides; _self = with self; {
sha256 = "02y2ylq83hy9kgj57sc0239x65br9sm98c0chsm61s08yc2mpiza";
};
buildInputs = [ TestMockModule ];
};
ArchiveZip_1_53 = buildPerlPackage {
name = "Archive-Zip-1.60";
src = fetchurl {
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.60.tar.gz;
sha256 = "eac75b05f308e860aa860c3094aa4e7915d3d31080e953e49bc9c38130f5c20b";
};
meta = {
description = "Provide an interface to ZIP archive files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestMockModule ];
};
ArchiveZip_1_53 = ArchiveZip;
AudioScan = buildPerlPackage rec {
name = "Audio-Scan-1.00";
src = fetchurl {