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;
description = "An extraction utility for archives compressed in .zip format";
license = "free"; # http://www.info-zip.org/license.html
meta.platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.all;
};
} // (if enableNLS then {
patches =

View file

@ -304,7 +304,6 @@ with (import ./release-lib.nix);
udev = linux;
uml = ["i686-linux"];
unrar = linux;
unzip = all;
upstart = linux;
usbutils = linux;
utillinux = linux;