nixpkgs/pkgs/development/perl-modules/Compress-Zlib/default.nix
Eelco Dolstra 9f898a586b * Copy even more files (in particular from losser.st-lab.cs.uu.nl,
can't assume that it will live forever).

svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00

10 lines
218 B
Nix

{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";
};
}