mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #4142 from wyvie/lua51filesystem
Added lua-filesystem module built with lua-5.1
This commit is contained in:
commit
72c2898e74
@ -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