nixpkgs/pkgs/development/interpreters/lua-5
Alyssa Ross 34f8d7e15a
lua: one dso patch to rule them all
We do this same patch in three different ways for four different Lua
versions, even though the structure of the Makefile barely changes
between releases.  We can easily consolidate this by just modifying
the Makefile ourselves instead of using patches (Makefiles are very
amenable to this).
2021-04-19 16:58:26 +00:00
..
5.1.darwin.patch
5.2.darwin.patch lua-{5.2,5.3}: fixup dylib symlink names on Darwin 2017-03-10 00:54:32 +01:00
build-lua-package.nix treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07: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 lua: one dso patch to rule them all 2021-04-19 16:58:26 +00:00
interpreter.nix lua: one dso patch to rule them all 2021-04-19 16:58:26 +00:00
lua-dso.make lua: one dso patch to rule them all 2021-04-19 16:58:26 +00:00
setup-hook.nix lua: add withPackages function (#54460) 2019-01-30 14:13:15 +00:00
setup-hook.sh lua-5 setup hook: LUA_PATH and LUA_CPATH can be undefined 2019-11-08 13:24:20 -05:00
with-packages.nix lua: add withPackages function (#54460) 2019-01-30 14:13:15 +00:00
wrap-lua.nix Lua generate nix packages from luarocks (#54978) 2019-02-04 11:30:58 +00:00
wrap.sh lua*Packages: Consolidate separate setup hooks together 2019-09-01 17:42:20 +02:00
wrapper.nix pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
zip.patch