fsv: fix build with gcc15

This commit is contained in:
Xiangyan Sun
2026-04-06 17:22:43 -07:00
parent 1fac383e68
commit 615c8be534
+2
View File
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
libGLU
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
installPhase = ''
runHook preInstall