nixpkgs/pkgs/zip/zip.fix
Eelco Dolstra 12e195f313 * Forgot to add zip.
svn path=/nixpkgs/trunk/; revision=355
2003-08-25 18:37:44 +00:00

14 lines
321 B
Plaintext

Package(
[ ("name", "zip-2.3")
, ("build", Relative("zip/zip-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz")
, ("md5", "5206a99541f3b0ab90f1baa167392c4f")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)