Unverified Commit 2c18b212 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

vimPlugins.vim-utils: execute check and doc generation in cross compi…
parents 31bcb71f 938de2ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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