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
commit 2c18b2123c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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