zip: Change formatting
svn path=/nixpkgs/trunk/; revision=28048
This commit is contained in:
parent
6a34912bfb
commit
92e792f17b
@ -1,5 +1,8 @@
|
||||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "zip-2.32";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.info-zip.org/pub/infozip/src/zip232.tgz;
|
||||
md5 = "8a4da4460386e324debe97f3b7fe4d96";
|
||||
@ -13,3 +16,4 @@
|
||||
homepage = http://www.info-zip.org;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user