fsv: fix build with gcc15 (#507444)

This commit is contained in:
Michele Guerini Rocco
2026-04-08 06:53:58 +00:00
committed by GitHub
+2
View File
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
libGLU
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
installPhase = ''
runHook preInstall