mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Revert "vimPlugins.notational-fzf-vim: Fix missing runtime deps"
This reverts commit 976aa97435
.
This commit is contained in:
parent
f4d71e2e73
commit
745dbf46af
@ -28,9 +28,6 @@
|
||||
|
||||
# vCoolor dependency
|
||||
, gnome3
|
||||
|
||||
# notational-fzf-vim dependencies
|
||||
, ripgrep
|
||||
}:
|
||||
|
||||
self: super: {
|
||||
@ -253,17 +250,6 @@ self: super: {
|
||||
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 ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user