mup: fix build with gcc 15 (#522819)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user