_2bwm: fix build with GCC 15 (#497753)

This commit is contained in:
Aleksana
2026-03-08 05:15:45 +00:00
committed by GitHub
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
# Allow users set their own list of patches
inherit patches;
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
buildInputs = [
libxcb
libxcb-keysyms