nixpkgs/pkgs/development/interpreters/lua-5
Alyssa Ross 25d4f0d334
lua: use stdenv.cc.targetPrefix
This evaluates to an empty string when not cross compiling, so by
using this instead of stdenv.hostPlatform.config we can eliminate a
conditional.
2021-04-19 16:58:32 +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 lua: one dso patch to rule them all 2021-04-19 16:58:26 +00:00
interpreter.nix lua: use stdenv.cc.targetPrefix 2021-04-19 16:58:32 +00:00
lua-dso.make lua: don't try to -ldl -lm on non-Linux OSes 2021-04-19 16:58:29 +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