Skip to content
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

Eval failure from vimPlugins.gina-vim #337444

Closed
tobim opened this issue Aug 26, 2024 · 1 comment
Closed

Eval failure from vimPlugins.gina-vim #337444

tobim opened this issue Aug 26, 2024 · 1 comment

Comments

@tobim
Copy link
Contributor

tobim commented Aug 26, 2024

Describe the bug

A clear and concise description of what the bug is.

error:
       … while evaluating a branch condition
         at /home/tobim/n/nixpkgs/pkgs/applications/editors/vim/plugins/aliases.nix:17:5:
           16|   removeDistribute = alias:
           17|     if lib.isDerivation alias then
             |     ^
           18|       lib.dontDistribute alias

       … while evaluating a branch condition
         at /home/tobim/n/nixpkgs/pkgs/applications/editors/vim/plugins/aliases.nix:10:5:
            9|   removeRecurseForDerivations = alias:
           10|     if alias.recurseForDerivations or false then
             |     ^
           11|       lib.removeAttrs alias ["recurseForDerivations"]

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Alias gina-vim is still in vim-plugins

Steps To Reproduce

  1. nix-build -A pkgs.vimPlugins.gina-vim

Expected behavior

Should not throw.

Additional context

Add any other context about the problem here.

Notify maintainers

@GaetanLepage

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.10.6, NixOS, 24.11 (Vicuna), 24.11.20240819.dacbc70`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.2`
 - nixpkgs: `/nix/store/dbj6cg93xyjk0px1vrhp6xij8jj5fdz7-source`

Add a 👍 reaction to issues you find important.

@GaetanLepage
Copy link
Contributor

Fixed by #341309.

You will now be able to use vimPlugins.vim-gina.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants