zip, unzip: add NLS support

svn path=/nixpkgs/trunk/; revision=31961
This commit is contained in:
Yury G. Kudryashov
2012-02-01 22:32:16 +00:00
parent 89de1150d5
commit 75262bcbed
4 changed files with 24 additions and 6 deletions

View File

@@ -1535,6 +1535,8 @@ let
unzip = unzip60;
unzipNLS = unzip.override { enableNLS = true; };
unzip552 = callPackage ../tools/archivers/unzip/5.52.nix { };
unzip60 = callPackage ../tools/archivers/unzip/6.0.nix { };