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

This commit is contained in:
Adam C. Stephens
2026-01-01 23:07:26 +00:00
committed by GitHub

View File

@@ -18,6 +18,9 @@ stdenv.mkDerivation {
hash = "sha256-rm9Nt3WLgq9QOXzrkYBGp45EALNYFTQGInxfYIN0XcU=";
};
# Fix build with gcc 15
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
nativeBuildInputs = [
wayland-scanner
];