-
-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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;
};
}
saygo-png
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working