nixpkgs/pkgs/development/interpreters/lua-5
Alyssa Ross 665732d877 lua: fix linkage
This fixes a couple of problems:

 * Lua 5.1 doesn't have SYSLIBS, so wasn't being linked with any
   libraries.

 * SYSLIBS doesn't include -lm, so we had to add that manually to
   pkgconfig.  LIBS includes -lm, so we don't need that hack any more.
2021-05-15 09:33:46 -07:00
..
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch lua-5.4: fix build on darwin (#123028) 2021-05-14 16:38:50 -04: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
default.nix lua5_4: fix eval 2021-05-15 09:33:46 -07:00
interpreter.nix lua: fix linkage 2021-05-15 09:33:46 -07:00
lua-dso.make lua: fix linkage 2021-05-15 09:33:46 -07:00
setup-hook.nix
setup-hook.sh
with-packages.nix
wrap-lua.nix
wrap.sh
wrapper.nix pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
zip.patch