* Forgot to add zip.
svn path=/nixpkgs/trunk/; revision=355
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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"))
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user