mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
rogue: fix build with GCC 15
See https://github.com/NixOS/nixpkgs/issues/475479
This commit is contained in:
parent
f0d25d5bec
commit
28d69d2945
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue