Override bclose-vim with vim-bbye as dependency for lf-vim

This commit is contained in:
jupblb 2021-02-12 09:21:08 +01:00
parent e67163e4ae
commit 9cdd7aedb0
No known key found for this signature in database
GPG key ID: 1F516D495D5D8D5B

View file

@ -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: {