nixpkgs/pkgs/development/interpreters/lua-5
Alexei Robyn c62337d9c7 lua*Packages: Consolidate separate setup hooks together
- Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix
  of those and NIX_LUA_PATH/NIX_LUA_CPATH
- Lua libraries are now consistently only added to the search path
variables if:
    1) The library actually has a corresponding directory to search
    2) The library is not already present in the search path
  This should help prevent the search paths from growing overly large
- Fixed bugs in some path helpers
- Changed the affected shell script indentation to 2 spaces; nixpkgs
  shell scripts are inconsistently split between 2 and 4 space
  indentation, but 2 matches better with the Nix expressions, so IMO it
  makes more sense
2019-09-01 17:42:20 +02:00
..
5.1.0004-Fix-stack-overflow-in-vararg-functions.patch lua5.1: fix broken source fetch (#40748) 2018-05-19 17:30:04 +02:00
5.1.darwin.patch
5.2.darwin.patch lua-{5.2,5.3}: fixup dylib symlink names on Darwin 2017-03-10 00:54:32 +01:00
build-lua-package.nix luajitPackages: Improve derivation names 2019-06-24 04:04:37 +02:00
default.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
filesystem.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
interpreter.nix lua: fix cross-compilation; fixes #66742 2019-08-19 12:04:26 +03:00
lua-5.3-dso.make Adding Lua 5.3, seems to work 2015-06-02 20:32:12 +03:00
setup-hook.nix lua: add withPackages function (#54460) 2019-01-30 14:13:15 +00:00
setup-hook.sh lua*Packages: Consolidate separate setup hooks together 2019-09-01 17:42:20 +02:00
sockets.nix treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
with-packages.nix lua: add withPackages function (#54460) 2019-01-30 14:13:15 +00:00
wrap-lua.nix Lua generate nix packages from luarocks (#54978) 2019-02-04 11:30:58 +00:00
wrap.sh lua*Packages: Consolidate separate setup hooks together 2019-09-01 17:42:20 +02:00
wrapper.nix lua*Packages: Consolidate separate setup hooks together 2019-09-01 17:42:20 +02:00
zip.patch New package: lua-zip-1.2.3 2014-09-20 23:32:17 +01:00