ioq3-scion: fix build with gcc15 (#508852)

This commit is contained in:
Sandro
2026-05-16 21:52:15 +00:00
committed by GitHub
+3
View File
@@ -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;
};
})