-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lua: define packages for 5.3.x; update lpeg module #43141
Conversation
Set up lua packages for the v5.3.x interpreter. Blacklist the set of lua-packages (luabitop, luaexpat, luazip, luasqlite3) whose compilation fails against 5.3.4. The rest are at least building. Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
Update to the most recent version of the 5.3 series that was released yesterday. Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
Additional commit: Update the 5.3 series interpreter to version 5.3.5 that was released just this week. |
@GrahamcOfBorg build lua53Packages.lpeg |
Success on x86_64-linux (full log) Attempted: lua53Packages.lpeg Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: lua53Packages.lpeg Partial log (click to expand)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good; I'd just wait for Borg's confirmation of Darwin build.
Success on x86_64-darwin (full log) Attempted: lua53Packages.lpeg Partial log (click to expand)
|
2018-07-21 (Saturday), notifications@github.com (Matthew Bauer):
Merged #43141.
Great, thank you all!
|
Motivation for this change
Most Lua packages are only available for legacy versions of Lua despite
the 5.3 series interpreter having been out for years now. That needs to
change.
Also the lpeg package in nixpkgs is rather archaic; the most recent version
1.0.1 was released in early 2017.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)