Added lua-filesystem module built with lua-5.1
This commit is contained in:
parent
b851e970da
commit
e8c2159809
@ -3687,6 +3687,7 @@ let
|
||||
};
|
||||
lua5_expat = callPackage ../development/interpreters/lua-5/expat.nix {};
|
||||
lua5_filesystem = callPackage ../development/interpreters/lua-5/filesystem.nix {};
|
||||
lua51_filesystem = lua5_filesystem.override { lua5=lua5_1; };
|
||||
lua5_sec = callPackage ../development/interpreters/lua-5/sec.nix { };
|
||||
|
||||
luarocks = callPackage ../development/tools/misc/luarocks {
|
||||
|
Loading…
Reference in New Issue
Block a user