cataclysm-dda-git: remove obsolete lua dependency

This commit is contained in:
Mitsuhiro Nakamura
2019-05-03 22:40:09 +09:00
parent c2987f1ba8
commit f7dacc3ae2
2 changed files with 10 additions and 4 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, gettext, lua, ncurses, CoreFoundation
{ stdenv, fetchFromGitHub, pkgconfig, gettext, ncurses, CoreFoundation
, tiles, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, freetype, Cocoa
, debug, runtimeShell
}:
@@ -6,7 +6,7 @@
let
inherit (stdenv.lib) optionals optionalString;
cursesDeps = [ gettext lua ncurses ]
cursesDeps = [ gettext ncurses ]
++ optionals stdenv.isDarwin [ CoreFoundation ];
tilesDeps = [ SDL2 SDL2_image SDL2_mixer SDL2_ttf freetype ]
@@ -22,7 +22,7 @@ let
'';
makeFlags = [
"PREFIX=$(out)" "LUA=1" "USE_HOME_DIR=1" "LANGUAGES=all"
"PREFIX=$(out)" "USE_HOME_DIR=1" "LANGUAGES=all"
] ++ optionals (!debug) [
"RELEASE=1"
] ++ optionals tiles [