Merge pull request #254771 from SuperSandro2000/vim-plugins-cross
vimPlugins.vim-utils: execute check and doc generation in cross compi…
This commit is contained in:
commit
2c18b2123c
@ -418,7 +418,7 @@ rec {
|
||||
forceShare = [ "man" "info" ];
|
||||
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs or []
|
||||
++ lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [
|
||||
++ lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
vimCommandCheckHook vimGenDocHook
|
||||
# many neovim plugins keep using buildVimPlugin
|
||||
neovimRequireCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user