lua: add isLua53

This commit is contained in:
Matthieu Coudron 2019-02-14 14:32:04 +09:00 committed by Jörg Thalheim
parent 9fd50e6955
commit b93ccb7136
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -87,7 +87,7 @@ with self; {
inherit toLuaModule lua-setup-hook; inherit toLuaModule lua-setup-hook;
inherit buildLuarocksPackage buildLuaApplication; inherit buildLuarocksPackage buildLuaApplication;
inherit requiredLuaModules luaOlder luaAtLeast inherit requiredLuaModules luaOlder luaAtLeast
isLua51 isLua52 isLuaJIT lua callPackage; isLua51 isLua52 isLua53 isLuaJIT lua callPackage;
# wraps programs in $out/bin with valid LUA_PATH/LUA_CPATH # wraps programs in $out/bin with valid LUA_PATH/LUA_CPATH
wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix {