summary refs log tree commit diff
path: root/pkgs/development/lua-modules
Commit message (Collapse)AuthorAge
* lua packages: add init.lua to modules search pathLuka Blaskovic2018-05-24
|
* lua packages: propagate libs with a setupHookLuka Blaskovic2018-02-25
| | | | | The LUA_PATH and LUA_CPATH variables are needed to load libraries. This setupHook exports them to the environment.
* buildLuaPackage: set makeFlags directly instead of through preBuildxd1le2017-10-10
| | | | | So that lua packages can override it without having to resort to setting makeFlagsArray in preBuild.
* lua: Fixed luasql.patchwyvie2014-10-01
| | | | Closes #4344
* Added more lua modules to lua-packages, added them as dependencies forwyvie2014-09-30
| | | | | | mudlet Closes #4269
* Assertion throws err message on fail in buildLuaPackagewyvie2014-09-23
|
* Added luaPackages, moved lua sockets and lua filesystem to luaPackages, ↵wyvie2014-09-23
fixed mudlet deps