mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-23 16:56:38 +00:00
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.