mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Without the chnage the build fails on `master` as https://hydra.nixos.org/build/324451165: ``` In file included from Games/c64/Emulators/vice/monitor/asm6502.c:38: Games/c64/Emulators/vice/monitor/montypes.h:44:13: error: 'bool' cannot be defined via 'typedef' 44 | typedef int bool; | ^~~~ Games/c64/Emulators/vice/monitor/montypes.h:44:13: note: 'bool' is a keyword with '-std=c23' onwards ```