fix build of pngcheck
This commit is contained in:
parent
7618d886c9
commit
96066935f2
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
# '';
|
# '';
|
||||||
|
|
||||||
makefile = "Makefile.unx";
|
makefile = "Makefile.unx";
|
||||||
makeFlags = "ZPATH=${zlib.out}/lib";
|
makeFlags = "ZPATH=${zlib.static}/lib";
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
|
@ -2953,7 +2953,9 @@ in
|
|||||||
|
|
||||||
plowshare = callPackage ../tools/misc/plowshare { };
|
plowshare = callPackage ../tools/misc/plowshare { };
|
||||||
|
|
||||||
pngcheck = callPackage ../tools/graphics/pngcheck { };
|
pngcheck = callPackage ../tools/graphics/pngcheck {
|
||||||
|
zlib = zlibStatic;
|
||||||
|
};
|
||||||
|
|
||||||
pngcrush = callPackage ../tools/graphics/pngcrush { };
|
pngcrush = callPackage ../tools/graphics/pngcrush { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user