nixpkgs/pkgs/development/perl-modules/Compress-Zlib/default.nix

10 lines
218 B
Nix
Raw Normal View History

{fetchurl, perl}:
import ../generic perl {
name = "Compress-Zlib-1.41";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/Compress-Zlib-1.41.tar.gz;
md5 = "ac135b84a03e814734496777cf5e5722";
};
}