unzip: fix typo in meta
svn path=/nixpkgs/trunk/; revision=32272
This commit is contained in:
parent
5d70cfcb25
commit
96c20f97b7
|
@ -23,7 +23,7 @@ stdenv.mkDerivation ({
|
||||||
homepage = http://www.info-zip.org;
|
homepage = http://www.info-zip.org;
|
||||||
description = "An extraction utility for archives compressed in .zip format";
|
description = "An extraction utility for archives compressed in .zip format";
|
||||||
license = "free"; # http://www.info-zip.org/license.html
|
license = "free"; # http://www.info-zip.org/license.html
|
||||||
meta.platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
} // (if enableNLS then {
|
} // (if enableNLS then {
|
||||||
patches =
|
patches =
|
||||||
|
|
|
@ -304,7 +304,6 @@ with (import ./release-lib.nix);
|
||||||
udev = linux;
|
udev = linux;
|
||||||
uml = ["i686-linux"];
|
uml = ["i686-linux"];
|
||||||
unrar = linux;
|
unrar = linux;
|
||||||
unzip = all;
|
|
||||||
upstart = linux;
|
upstart = linux;
|
||||||
usbutils = linux;
|
usbutils = linux;
|
||||||
utillinux = linux;
|
utillinux = linux;
|
||||||
|
|
Loading…
Reference in New Issue