fix build of pngcheck
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
# '';
|
||||
|
||||
makefile = "Makefile.unx";
|
||||
makeFlags = "ZPATH=${zlib.out}/lib";
|
||||
makeFlags = "ZPATH=${zlib.static}/lib";
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user