yabridge: fix build with gcc15 (#476467)

This commit is contained in:
7c6f434c
2026-01-03 12:29:39 +00:00
committed by GitHub
@@ -221,6 +221,7 @@ stdenv.mkDerivation (
)
)
);
env.NIX_CFLAGS_COMPILE = lib.optionalString (wineRelease == "yabridge") "-std=gnu17";
# Don't shrink the ELF RPATHs in order to keep the extra RPATH
# elements specified above.