-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
(vimPlugins.vim-plug, potentially others) buildVimPluginFrom2Nix installs files to root #138644
Comments
doesn't #138349 solve this for you ? |
If that change is live on unstable already, no. If it isn't, how could I test it? |
you can clone the repo, |
did that work ? |
should be good now |
So I got to try this now, and it isn't solved. I think the issue I had here might be that nothing from It seems like the plugins in But also, when looking at this implementation of vim-plug, I notice that it mentions |
Describe the bug
On unstable, nixpkgs.vimPlugins.vim-plug installs all its files to the root. On 21.05, it installs them properly into `share/
Steps To Reproduce
Steps to reproduce the behavior:
nix-channel --update
nix-env -f '<unstable>' -iA vimPlugins.vim-plug
ls .nix-profile
:Expected behavior
nix-env -f '<21.05>' -iA vimPlugins.vim-plug
ls .nix-profile
and record the resultAdditional context
buildVimPluginFrom2Nix
being the problem is an assumption from my side, as I looked into the code and no manual build steps seem to take place when vim-plug is being built.I didn't test it, but this would mean that pretty much all vim plugins are affected.
Notify maintainers
@teto
@timokau
@siraben
I added you since you touched most of the codebase here, but maybe someone else needs to know about this, too?
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: