forked from mirrors/nixpkgs
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;
|
||||
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 =
|
||||
|
|
|
@ -304,7 +304,6 @@ with (import ./release-lib.nix);
|
|||
udev = linux;
|
||||
uml = ["i686-linux"];
|
||||
unrar = linux;
|
||||
unzip = all;
|
||||
upstart = linux;
|
||||
usbutils = linux;
|
||||
utillinux = linux;
|
||||
|
|
Loading…
Reference in a new issue