ioq3-scion: fix build with gcc15 (#508852)
This commit is contained in:
@@ -18,8 +18,11 @@ ioquake3.overrideAttrs (old: {
|
||||
rev = "a21c257b9ad1d897f6c31883511c3f422317aa0a";
|
||||
hash = "sha256-CBy3Av/mkFojXr0tAXPRWKwLeQJPebazXQ4wzKEmx0I=";
|
||||
};
|
||||
# gcc15
|
||||
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
meta = {
|
||||
description = "ioquake3 with support for path aware networking";
|
||||
maintainers = with lib.maintainers; [ matthewcroughan ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user