nixpkgs/pkgs/development/perl-modules/Archive-Zip/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
214 B
Nix

{fetchurl, perl}:
import ../generic perl {
name = "Archive-Zip-1.16";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/Archive-Zip-1.16.tar.gz;
md5 = "e28dff400d07b1659d659d8dde7071f1";
};
}