-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
neovim 0.5.0 fails to build #137829
Comments
Is very concerning, I don't see how it can fail nixpkgs/pkgs/applications/editors/neovim/wrapper.nix Lines 58 to 59 in c50a3bf
I cannot reproduce this on 253aecf corresponding to your root channel: $ git checkout 253aecf69ed && nix run -f . neovim -c nvim -u NONE -c :checkhealth Also not on latest $ git checkout upstream/nixpkgs-unstable && git rev-parse HEAD && nix run -f . neovim -c nvim -u NONE -c :checkhealth
HEAD is now at 071317d5432 Merge pull request #137754 from r-ryantm/auto-update/duckdb
071317d543205ee5f5611d391a37582f9b282240 My initial feeling was to blame #136429, but it does not look like it changed anything that could cause the error and I cannot reproduce the error even with the PR in the tree So it looks like something is wrong in your environment? Perhaps you have an overlay active? Did it work before? Is it feasible for you to bisect and figure out which commit broke it? |
I am using |
I would start with trying If it works - then the culprit is |
Could it be that you specified a custom neovim It looks like something other than unwrapped |
|
error message looks like it is trying to wrap a wrapped neovim, what is your config? |
I am using I am modifying the
|
what is |
Absolutely, that was the issue! I solved it by setting As a side note, why does neovim need wrapping? |
the wrapper allows you to set your init file, adds support for python, node and other languages, and some other stuff |
Awesome, thanks!
…On 1 Oct 2021, 14:38 +0200, figsoda ***@***.***>, wrote:
the wrapper allows you to set your init file, adds support for python, node and other languages, and some other stuff
see https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/neovim/wrapper.nix
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I would prefer if we adopted neovim / neovim-wrapped rather neovim-unwrapped / neovim to avoid that (but unlikely to happen due to backwards compatibility and all). Also the module could check whether package is wrapped or not. |
Describe the bug
Neovim 0.5.0 fails to build due to incorrect permissions.
Steps To Reproduce
Steps to reproduce the behavior:
neovim
fromunstable
Additional context
Notify maintainers
@Ma27 @manveru @rvolosatovs
Metadata
Maintainer information:
The text was updated successfully, but these errors were encountered: