From 745dbf46afcecc07cdfea3bb6bdecc17bc808317 Mon Sep 17 00:00:00 2001 From: Brett Lyons Date: Tue, 25 Feb 2020 10:51:26 -0700 Subject: Revert "vimPlugins.notational-fzf-vim: Fix missing runtime deps" This reverts commit 976aa974354aa7f05d341a33e7c6854a8410f172. --- pkgs/misc/vim-plugins/overrides.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pkgs/misc/vim-plugins') diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix index 431c0f032c4b..79418c62aa8e 100644 --- a/pkgs/misc/vim-plugins/overrides.nix +++ b/pkgs/misc/vim-plugins/overrides.nix @@ -28,9 +28,6 @@ # vCoolor dependency , gnome3 - -# notational-fzf-vim dependencies -, ripgrep }: self: super: { @@ -252,17 +249,6 @@ self: super: { ncm2-ultisnips = super.ncm2-ultisnips.overrideAttrs(old: { dependencies = with super; [ ultisnips ]; }); - - notational-fzf-vim = super.notational-fzf-vim.overrideAttrs(old: { - dependencies = with self; [ fzf-vim ]; - patchPhase = '' - substituteInPlace plugin/notational_fzf.vim \ - --replace "'rg'" "'${ripgrep}/bin/rg'" \ - --replace \ - "let s:python_executable = executable('pypy3') ? 'pypy3' : 'python3'" \ - "let s:python_executable = '${python3}/bin/python3'" - ''; - }); fzf-vim = super.fzf-vim.overrideAttrs(old: { dependencies = [ self.fzfWrapper ]; -- cgit 1.4.1