Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
makefile = "Makefile.unx";
|
||||
makeFlags = "ZPATH=${zlib}/lib";
|
||||
makeFlags = "ZPATH=${zlib.out}/lib";
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user