Override bclose-vim with vim-bbye as dependency for lf-vim
This commit is contained in:
parent
e67163e4ae
commit
9cdd7aedb0
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ self: super: {
|
||||||
});
|
});
|
||||||
|
|
||||||
lf-vim = super.lf-vim.overrideAttrs (old: {
|
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: {
|
vim-stylish-haskell = super.vim-stylish-haskell.overrideAttrs (old: {
|
||||||
|
|
Loading…
Reference in a new issue