mup: fix build with gcc 15 (#522819)

This commit is contained in:
Maximilian Bosch
2026-05-22 13:14:24 +00:00
committed by GitHub
+4
View File
@@ -60,6 +60,10 @@ stdenv.mkDerivation {
--replace-fail /usr/share/doc $out/share/doc
'';
env = {
NIX_CFLAGS_COMPILE = "-std=gnu17";
};
enableParallelBuilding = false; # Undeclared dependencies + https://stackoverflow.com/a/19822767/1687334 for prolog.ps.
meta = {