undmg: use zlib without separate static output (#498924)

This commit is contained in:
Michael Daniels
2026-03-14 02:20:15 +00:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
}:
let
zlib' = zlib.override { shared = true; };
zlib' = zlib.override { splitStaticOutput = false; };
in
stdenv.mkDerivation {
pname = "undmg";