-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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-language-server: 3.7.0 -> 3.7.3 #267052
Conversation
Result of 3 packages built:
|
also add gepbird as a maintainer
03c1bfe
to
d1ec933
Compare
After this change, it doesn't build on
|
Looks like it might have been caused by the clang update, @reckenrode do you happen to have any idea on how to fix this? |
It’s probably #166205. The following workaround usually works: # Work around https://github.com/NixOS/nixpkgs/issues/166205.
env = lib.optionalAttrs stdenv.cc.isClang {
NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
}; |
Fixed in #268579. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/lua-language-server-failed-to-compile/35722/3 |
Description of changes
Diff: LuaLS/lua-language-server@3.7.0...3.7.3
Changelog: https://github.com/LuaLS/lua-language-server/blob/3.7.3/changelog.md
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)