nixpkgs/pkgs/development/interpreters/lua-5
Alyssa Ross 57832e625c
lua: don't always set LUA_USE_LINUX
This is supposed to be automatically set by Lua's Makefile if PLAT is
set appropriately, but it was being overridden by us overridding
CFLAGS.  Setting it manually was a hack.  The correct thing to do was
to make sure SYSCFLAGS (where Lua's Makefile puts LUA_USE_LINUX) was
still included in our custom CFLAGS.
2021-04-19 12:57:35 +00:00
..
5.1.darwin.patch
5.2.darwin.patch
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 pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
interpreter.nix lua: don't always set LUA_USE_LINUX 2021-04-19 12:57:35 +00:00
liblua.so.patch lua: add 5.4.2 2020-12-27 16:01:28 +01:00
lua-5.3-dso.make
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