rogue: fix build with GCC 15 (#479474)

This commit is contained in:
Aleksana
2026-01-13 11:13:50 +00:00
committed by GitHub
+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";