nixpkgs/pkgs/development/interpreters/lua-5
Matthieu Coudron 253af9151f luaPackages: update
- luarocks-nix: bumped to pass args too, `package_X = callPackage ...`.
  It allows to remove the annoying `with self`.
  This new version disables tests (because broken) and now emits derivation
  with a callPackage in front.
- replaced X.override with lib.overrideLuarocks, it should be used
whenever buildInputs/extraVariables is changed since it impacts the
generated luarocks config.
Once structured attributes are in, it will be easier to have the
luarocks config generated by a hook and we probably will be able to
replace all overrideLuarocks by overrideAttrs.
2021-10-18 19:48:07 +02:00
..
hooks lua: create a folder for hooks 2021-09-27 23:42:54 +02:00
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch lua-5.4: fix build on darwin (#123028) 2021-05-14 16:38:50 -04:00
build-lua-package.nix luaPackages: update 2021-10-18 19:48:07 +02:00
CVE-2014-5461.patch lua5_1: rename patch file to match its CVE id 2019-10-02 22:13:12 +02:00
default.nix Revert "luajit_openresty: init" 2021-08-25 10:33:56 +00:00
interpreter.nix lua: add conditional to use linux-readline as the plat on 5.4+ 2021-10-16 20:18:59 +02:00
lua-dso.make lua: fix linkage 2021-05-15 09:33:46 -07:00
setup-hook.nix lua: create a folder for hooks 2021-09-27 23:42:54 +02:00
with-packages.nix
wrap-lua.nix lua: introduced a lua lib 2021-09-12 03:03:56 +02:00
wrap.sh lua*Packages: Consolidate separate setup hooks together 2019-09-01 17:42:20 +02:00
wrapper.nix lua: introduced a lua lib 2021-09-12 03:03:56 +02:00
zip.patch