nixpkgs-suyu/pkgs/development/interpreters/lua-5
Matthieu Coudron 50e877ed89 buildLuarocksPackage: accept structured luarocks config
There is an arbitrary mapping being done right now between
nixpkgs lua infrastructre and luarocks config schema.
This is confusing if you use lua so let's make it possible to use the
lua names in the nixpkgs, thanks to the lib.generators.toLua convertor.

The only nixpkgs thing to remember should be to put the config into `luarocksConfig`

`buildLuarocksPackage.extraVariables` should become `buildLuarocksPackage.luarocksConfig.variables`
2024-02-17 15:58:13 +01:00
..
hooks
tests lua.tests: add test for relative import 2024-02-06 23:21:41 +01:00
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch
build-luarocks-package.nix buildLuarocksPackage: accept structured luarocks config 2024-02-17 15:58:13 +01:00
CVE-2014-5461.patch
CVE-2022-28805.patch
default.nix lua.tests: add test for relative import 2024-02-06 23:21:41 +01:00
interpreter.nix
lua-dso.make
with-packages.nix
wrap-lua.nix
wrap.sh
wrapper.nix lua-wrapper: fix luaPath and luaCpath definitions 2023-12-30 22:37:06 +01:00
zip.patch