nixpkgs/pkgs/development/interpreters/lua-5/hooks
Matthieu Coudron c55b4dbcd2 lua: fix setup-hook *.lua matching
the setup-hook checks if a derivation contains lua files matching
lua_path patterns. We use bash's globstar extension for that but
`**.lua` doesn't return files in subfolders, it has to be `**/*.lua`.
Adjust the pattern accordingly.
2024-04-02 11:20:36 +02:00
..
default.nix
luarocks-check-hook.sh
luarocks-move-data.sh
setup-hook.sh lua: fix setup-hook *.lua matching 2024-04-02 11:20:36 +02:00