Commit 615c8be5 authored by Xiangyan Sun's avatar Xiangyan Sun
Browse files

fsv: fix build with gcc15

parent 1fac383e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
    libGLU
  ];

  env.NIX_CFLAGS_COMPILE = "-std=gnu17";

  installPhase = ''
    runHook preInstall