unzip: fix typo in meta

svn path=/nixpkgs/trunk/; revision=32272
This commit is contained in:
Yury G. Kudryashov 2012-02-14 14:29:25 +00:00
parent 5d70cfcb25
commit 96c20f97b7
2 changed files with 1 additions and 2 deletions

View File

@ -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 =

View File

@ -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;