rogue: fix build by using older ncurses
This commit is contained in:
parent
fe6c5adecf
commit
cdb49582a6
@ -17514,7 +17514,9 @@ with pkgs;
|
||||
|
||||
rimshot = callPackage ../games/rimshot { love = love_0_7; };
|
||||
|
||||
rogue = callPackage ../games/rogue { };
|
||||
rogue = callPackage ../games/rogue {
|
||||
ncurses = ncurses5;
|
||||
};
|
||||
|
||||
robotfindskitten = callPackage ../games/robotfindskitten { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user