-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
luarocks: 3.2.1 -> 3.7.0 #141718
luarocks: 3.2.1 -> 3.7.0 #141718
Conversation
After this change libluv fails to build for me. This subsequently breaks neovim.
|
Yes that is a problem. It seems the shared object for libluv is not even being built. |
it's a known issue see #80528 |
@7c6f434c please revert this update 🙏 We can't break updates for all Neovim users.. |
This reverts commit eec90bc. See discussion in: NixOS#141718 NixOS#80528
Let's at least add 3.7 as a separate package so that it is more visible that Luarocks is explicitly no the freshest |
This reverts commit eec90bc. See discussion in: NixOS#141718 NixOS#80528
I wanted to hack on neovim which required a newer libuv, so I spent a few hours on this issue and related (#163134) and found the luarocks bug luarocks/luarocks#1402 (marked as wont fix). I ended up doing things sideways: Could anyone check that #166162 works for them ? |
Motivation for this change
Update luarocks. The version currently packaged is broken for Lua version 5.4: luarocks/luarocks#1060
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)