undmg: use zlib without separate static output

This commit is contained in:
Martin Joerg
2026-03-11 16:05:05 +00:00
parent 84e67fe3ff
commit 9ee26b240f
+1 -1
View File
@@ -10,7 +10,7 @@
}:
let
zlib' = zlib.override { shared = true; };
zlib' = zlib.override { splitStaticOutput = false; };
in
stdenv.mkDerivation {
pname = "undmg";