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
+7 -1
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl, libnatspec }:
stdenv.mkDerivation {
name = "zip-3.0";
@@ -12,8 +12,14 @@ stdenv.mkDerivation {
installFlags="-f unix/Makefile prefix=$(out) INSTALL=cp";
patches = [ ./natspec-gentoo.patch.bz2 ];
buildInputs = [ libnatspec ];
meta = {
homepage = http://www.info-zip.org;
platforms = stdenv.lib.platforms.all;
maintainer = [ stdenv.lib.maintainers.urkud ];
};
}
Binary file not shown.