vimPlugins: remove unnecessary dependency (#366722)

authored by

Austin Horstman and committed by
GitHub
6399d483 94200398

-10
-2
pkgs/applications/editors/vim/plugins/default.nix
··· 5 lib, 6 vimUtils, 7 vim, 8 - darwin, 9 llvmPackages, 10 neovim-unwrapped, 11 neovimUtils, ··· 33 # If additional modifications to the build process are required, 34 # add to ./overrides.nix. 35 overrides = callPackage ./overrides.nix { 36 - inherit (darwin.apple_sdk.frameworks) Cocoa CoreFoundation CoreServices; 37 inherit buildVimPlugin; 38 inherit llvmPackages; 39 };
··· 5 lib, 6 vimUtils, 7 vim, 8 llvmPackages, 9 neovim-unwrapped, 10 neovimUtils, ··· 32 # If additional modifications to the build process are required, 33 # add to ./overrides.nix. 34 overrides = callPackage ./overrides.nix { 35 inherit buildVimPlugin; 36 inherit llvmPackages; 37 };
-8
pkgs/applications/editors/vim/plugins/overrides.nix
··· 17 rustPlatform, 18 # Misc dependencies 19 arrow-cpp, 20 - Cocoa, 21 coc-clangd, 22 coc-css, 23 coc-diagnostic, ··· 79 cmake, 80 icu, 81 ncurses, 82 - # LanguageClient-neovim dependencies 83 - CoreFoundation, 84 - CoreServices, 85 # nvim-treesitter dependencies 86 callPackage, 87 # Preview-nvim dependencies ··· 3088 3089 vim-addon-goto-thing-at-cursor = super.vim-addon-goto-thing-at-cursor.overrideAttrs { 3090 dependencies = [ self.tlib_vim ]; 3091 - }; 3092 - 3093 - vim-addon-manager = super.vim-addon-manager.overrideAttrs { 3094 - buildInputs = lib.optional stdenv.hostPlatform.isDarwin Cocoa; 3095 }; 3096 3097 vim-addon-mru = super.vim-addon-mru.overrideAttrs {
··· 17 rustPlatform, 18 # Misc dependencies 19 arrow-cpp, 20 coc-clangd, 21 coc-css, 22 coc-diagnostic, ··· 78 cmake, 79 icu, 80 ncurses, 81 # nvim-treesitter dependencies 82 callPackage, 83 # Preview-nvim dependencies ··· 3084 3085 vim-addon-goto-thing-at-cursor = super.vim-addon-goto-thing-at-cursor.overrideAttrs { 3086 dependencies = [ self.tlib_vim ]; 3087 }; 3088 3089 vim-addon-mru = super.vim-addon-mru.overrideAttrs {