nixpkgs/pkgs/development/interpreters/lua-5
Alexei Robyn 8eabbb3d20 buildLuarocksPackage: Several improvements
Summary of main changes:
- Now makes use of luarocks dependency resolution (builds will fail if
  rockspec dependencies are unmet)
- Renamed argument `external_deps` -> `exernalDeps` and add
  functionality to handle external dependencies that are multiple-output
  derivations
- Added an `extraVariables` argument for appending to the contents of
  luarocks config `variables` table
- The `rockspecFilename` argument default is now actually used
- The `disabled` argument can now be overriden with a less-restrictive
  check, as it now just sets `meta.broken` instead of throwing an error
  during eval
- The `doCheck` argument is now actually honored if set to `true`
2019-06-13 20:53:53 +10:00
..
5.1.0004-Fix-stack-overflow-in-vararg-functions.patch
5.1.darwin.patch
5.2.darwin.patch
build-lua-package.nix buildLuarocksPackage: Several improvements 2019-06-13 20:53:53 +10:00
build-rocks.nix
build-rockspec.nix
default.nix fix lua53Packages.lua 2019-04-27 13:39:43 -05:00
filesystem.nix
interpreter.nix fix lua53Packages.lua 2019-04-27 13:39:43 -05:00
lua-5.3-dso.make
setup-hook.nix
setup-hook.sh
sockets.nix
with-packages.nix
wrap-lua.nix
wrap.sh
wrapper.nix
zip.patch