Merge pull request #254771 from SuperSandro2000/vim-plugins-cross

vimPlugins.vim-utils: execute check and doc generation in cross compi…

authored by figsoda and committed by GitHub 2c18b212 31bcb71f

+1 -1
+1 -1
pkgs/applications/editors/vim/plugins/vim-utils.nix
··· 418 forceShare = [ "man" "info" ]; 419 420 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] 421 - ++ lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [ 422 vimCommandCheckHook vimGenDocHook 423 # many neovim plugins keep using buildVimPlugin 424 neovimRequireCheckHook
··· 418 forceShare = [ "man" "info" ]; 419 420 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] 421 + ++ lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ 422 vimCommandCheckHook vimGenDocHook 423 # many neovim plugins keep using buildVimPlugin 424 neovimRequireCheckHook