fix build of pngcheck

This commit is contained in:
Benno Fünfstück
2016-06-13 01:21:14 +02:00
parent 7618d886c9
commit 96066935f2
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# '';
makefile = "Makefile.unx";
makeFlags = "ZPATH=${zlib.out}/lib";
makeFlags = "ZPATH=${zlib.static}/lib";
buildInputs = [ zlib ];