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:25:44 +01:00
parent f0d25d5bec
commit 28d69d2945
No known key found for this signature in database
GPG key ID: 7A984C8207ADBA51

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";