fix build of pngcheck

This commit is contained in:
Benno Fünfstück 2016-06-13 01:20:49 +02:00
parent 7618d886c9
commit 96066935f2
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# '';
makefile = "Makefile.unx";
makeFlags = "ZPATH=${zlib.out}/lib";
makeFlags = "ZPATH=${zlib.static}/lib";
buildInputs = [ zlib ];

View File

@ -2953,7 +2953,9 @@ in
plowshare = callPackage ../tools/misc/plowshare { };
pngcheck = callPackage ../tools/graphics/pngcheck { };
pngcheck = callPackage ../tools/graphics/pngcheck {
zlib = zlibStatic;
};
pngcrush = callPackage ../tools/graphics/pngcrush { };