nixpkgs/pkgs/development/tools/misc/luarocks
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
..
3.7.nix luaPackages.luarocks-3_7: init so that the reverted update can be accessed if desired 2021-10-16 20:57:36 +02:00
darwin-3.1.3.patch Revert "luarocks: 3.2.1 -> 3.7.0" 2021-10-16 20:54:36 +02:00
darwin-3.7.0.patch luaPackages.luarocks-3_7: init so that the reverted update can be accessed if desired 2021-10-16 20:57:36 +02:00
default.nix Revert "luarocks: 3.2.1 -> 3.7.0" 2021-10-16 20:54:36 +02:00
default.upstream
luarocks-nix.nix luaPackages: update 2021-10-18 19:48:07 +02:00
setup-hook.sh