Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-03-14 06:16:37 +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";