bitlbee-steam: fix build with GCC 15

This commit is contained in:
Harinn
2026-05-07 12:59:55 +07:00
parent 68a8af93ff
commit 150072101b
@@ -37,6 +37,9 @@ stdenv.mkDerivation (finalAttrs: {
./autogen.sh
'';
# Source uses `bool` as a variable name, reserved in C23.
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
meta = {
description = "Steam protocol plugin for BitlBee";