From 9cdd7aedb096aed051fcd31e26c43ae61aed9604 Mon Sep 17 00:00:00 2001 From: jupblb Date: Fri, 12 Feb 2021 09:21:08 +0100 Subject: [PATCH] Override bclose-vim with vim-bbye as dependency for lf-vim --- pkgs/misc/vim-plugins/overrides.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix index 7f519f51018..9b1aa6cd051 100644 --- a/pkgs/misc/vim-plugins/overrides.nix +++ b/pkgs/misc/vim-plugins/overrides.nix @@ -658,7 +658,7 @@ self: super: { }); lf-vim = super.lf-vim.overrideAttrs (old: { - dependencies = with super; [ bclose-vim ]; + dependencies = with super; [ vim-bbye ]; }); vim-stylish-haskell = super.vim-stylish-haskell.overrideAttrs (old: {