rogue: fix build with GCC 15

See https://github.com/NixOS/nixpkgs/issues/475479
This commit is contained in:
Tom van Dijk
2026-01-12 21:30:48 +01:00
parent f0d25d5bec
commit 28d69d2945
+2
View File
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ ncurses5 ];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
meta = {
homepage = "http://rogue.rogueforge.net/rogue-5-4/";
description = "Final version of the original Rogue game developed for the UNIX operating system";