Merge pull request #63108 from Shados/lua-packaging-improvements-pr

Lua/luarocks packaging improvements
This commit is contained in:
Matthieu Coudron
2019-06-19 14:23:31 +02:00
committed by GitHub
18 changed files with 1106 additions and 947 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ wrapped-full = runCommand unwrapped.name
nativeBuildInputs = [ makeWrapper ];
buildInputs = with luajitPackages; [
luasec luasocket # trust anchor bootstrap, prefill module
lfs # prefill module
luafilesystem # prefill module
http # for http module; brings lots of deps; some are useful elsewhere
];
preferLocalBuild = true;