Skip to content

markview.nvim plugin does not build #3843

@surya-sh

Description

@surya-sh

Plugin

markview

Nixpkgs Release

unstable

Home Manager Release

unstable

I have read the FAQ

  • I have read the FAQ and my bug is not listed there.

Description

The plugin markview.nvim does not build, here is the output I am getting

error: Cannot build '/nix/store/1fmnyp0bx7alfshnvqyrghvapq7v5rds-vimplugin-plugin-pack.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/kx1nm2k8hnskm2nw9hvjg44ca8iprd4d-vimplugin-plugin-pack
       Last 10 log lines:
       > Sourcing vim-gen-doc-hook
       > Sourcing vim-command-check-hook.sh
       > Using vimCommandCheckHook
       > Sourcing neovim-require-check-hook.sh
       > Using neovimRequireCheckHook
       > created 1404 symlinks in user environment
       > Executing vimPluginGenTags
       > Building help tags
       > Error detected while processing command line:
       > E670: Mix of help file encodings within a language: /nix/store/kx1nm2k8hnskm2nw9hvjg44ca8iprd4d-vimplugin-plugin-pack/./doc/markview.nvim-advanced.txtFailed to build help tags!
       For full logs, run:
         nix log /nix/store/1fmnyp0bx7alfshnvqyrghvapq7v5rds-vimplugin-plugin-pack.drv
error: Cannot build '/nix/store/466sdzza8kx387n567nmj7yx3lf6740d-neovim-0.11.4.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/8yfz2fiwwgxfyn610y3r30ix439waz7n-neovim-0.11.4
error: Cannot build '/nix/store/kc6z0zsrlizg9np71mx2s6bg8wg5xylc-nixvim.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/2y6q10ys34vaffslh9zyypn7hgcqqf7p-nixvim

Here is the log

$ nix log /nix/store/1fmnyp0bx7alfshnvqyrghvapq7v5rds-vimplugin-plugin-pack.drv
Sourcing vim-gen-doc-hook
Sourcing vim-command-check-hook.sh
Using vimCommandCheckHook
Sourcing neovim-require-check-hook.sh
Using neovimRequireCheckHook
created 1404 symlinks in user environment
Executing vimPluginGenTags
Building help tags
Error detected while processing command line:
E670: Mix of help file encodings within a language: /nix/store/kx1nm2k8hnskm2nw9hvjg44ca8iprd4d-vimplugin-plugin-pack/./doc/markview.nvim-advanced.txtFailed to build help tags!

Minimal, Reproducible Example (MRE)

programs.nixvim = {
  enable = true;
  plugins.markview = {
    enable = true;
  };
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions