Unverified Commit f9cc2cf7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

_2bwm: fix build with GCC 15 (#497753)

parents 90de4b8b 1b95cb72
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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