mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #145201 from oxalica/fix/crates-nvim-deps
vimPlugins.crates-nvim: add missing dependency
This commit is contained in:
commit
643912c476
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue