Unverified Commit 88216810 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

rogue: fix build with GCC 15 (#479474)

parents d8446d81 28d69d29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";