lua: add isLua53

wip/yesman
Matthieu Coudron 5 years ago committed by Jörg Thalheim
parent 9fd50e6955
commit b93ccb7136
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
  1. 2
      pkgs/top-level/lua-packages.nix

@ -87,7 +87,7 @@ with self; {
inherit toLuaModule lua-setup-hook;
inherit buildLuarocksPackage buildLuaApplication;
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
wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix {

Loading…
Cancel
Save