Merge pull request #242458 from fgaz/minetest/luajit-where-supported

minetest: use lua5_1 if luajit is not supported
This commit is contained in:
Franz Pletz 2023-07-11 11:06:35 +02:00 committed by GitHub
commit 65b7af41bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
, openal
, libvorbis
, sqlite
, lua5_1
, luajit
, freetype
, gettext
@ -93,8 +94,9 @@ let
nativeBuildInputs = [ cmake doxygen graphviz ninja ];
buildInputs = [
irrlichtmtInput luajit jsoncpp gettext freetype sqlite curl bzip2 ncurses
irrlichtmtInput jsoncpp gettext freetype sqlite curl bzip2 ncurses
gmp libspatialindex
] ++ [ (if lib.meta.availableOn stdenv.hostPlatform luajit then luajit else lua5_1) ] ++ [
] ++ optionals stdenv.isDarwin [
libiconv OpenGL OpenAL Carbon Cocoa
] ++ optionals buildClient [