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:
figsoda
2023-09-13 09:34:45 -04:00
committed by GitHub
@@ -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