3
0
Fork 0
forked from mirrors/nixpkgs

unzip: cc-wrapper has been fixed so don't need to be so clever

This commit is contained in:
John Ericson 2017-08-03 11:29:15 -04:00
parent 42f35503b5
commit a8bd415fa0

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation {
makefile = "unix/Makefile";
${"NIX_${stdenv.cc.infixSalt_}LDFLAGS"} = [ "-lbz2" ] ++ stdenv.lib.optional enableNLS "-lnatspec";
NIX_LDFLAGS = [ "-lbz2" ] ++ stdenv.lib.optional enableNLS "-lnatspec";
buildFlags = "generic D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2";