pngcheck: use shared zlib

This commit is contained in:
Doron Behar
2026-02-15 11:43:03 +02:00
parent 0ea1418c09
commit 66d19139eb
-1
View File
@@ -23,7 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
makefile = "Makefile.unx";
makeFlags = [ "ZPATH=${zlib.static}/lib" ];
nativeBuildInputs = [ installShellFiles ];