mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
* Fix Compress::Zlib.
svn path=/nixpkgs/trunk/; revision=29412
This commit is contained in:
parent
ed9d78b75f
commit
b4a6893b85
@ -771,14 +771,7 @@ rec {
|
||||
inherit (pkgs) zlib;
|
||||
};
|
||||
|
||||
CompressZlib = buildPerlPackage rec {
|
||||
name = "Compress-Zlib-2.015";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
|
||||
sha256 = "1k1i539fszhxay8yllh687sw06i68g8ikw51pvy1c84p3kg6yk4v";
|
||||
};
|
||||
propagatedBuildInputs = [ CompressRawZlib IOCompress ];
|
||||
};
|
||||
CompressZlib = IOCompress;
|
||||
|
||||
CompressUnLZMA = buildPerlPackage rec {
|
||||
name = "Compress-unLZMA-0.04";
|
||||
|
Loading…
Reference in New Issue
Block a user