mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
unzip: cc-wrapper has been fixed so don't need to be so clever
This commit is contained in:
parent
42f35503b5
commit
a8bd415fa0
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user