mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Override bclose-vim with vim-bbye as dependency for lf-vim
This commit is contained in:
parent
e67163e4ae
commit
9cdd7aedb0
@ -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 New Issue
Block a user