mup: fix build with gcc 15

This commit is contained in:
Diogo Correia
2026-05-21 23:33:06 +01:00
parent 2f684d4755
commit d2eb1ebfc2
+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 = {