Unverified Commit cc730a70 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

fsv: fix build with gcc15 (#507444)

parents b011a1cb 615c8be5
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