Merge pull request #145201 from oxalica/fix/crates-nvim-deps
vimPlugins.crates-nvim: add missing dependency
This commit is contained in:
commit
643912c476
@ -178,6 +178,10 @@ self: super: {
|
||||
'';
|
||||
});
|
||||
|
||||
crates-nvim = super.crates-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
});
|
||||
|
||||
ctrlp-cmatcher = super.ctrlp-cmatcher.overrideAttrs (old: {
|
||||
buildInputs = [ python ];
|
||||
buildPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user