Merge pull request #145201 from oxalica/fix/crates-nvim-deps

vimPlugins.crates-nvim: add missing dependency
This commit is contained in:
figsoda 2021-11-09 11:29:58 -05:00 committed by GitHub
commit 643912c476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: { ctrlp-cmatcher = super.ctrlp-cmatcher.overrideAttrs (old: {
buildInputs = [ python ]; buildInputs = [ python ];
buildPhase = '' buildPhase = ''