Unverified Commit a80ba525 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

river-bnf: fix build with gcc 15 (#476066)

parents 9024abb8 ace0ec3b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ stdenv.mkDerivation {
    hash = "sha256-rm9Nt3WLgq9QOXzrkYBGp45EALNYFTQGInxfYIN0XcU=";
  };

  # Fix build with gcc 15
  env.NIX_CFLAGS_COMPILE = "-std=gnu17";

  nativeBuildInputs = [
    wayland-scanner
  ];