vimPlugins.cmp-calc: add nvim-cmp to checkInputs

This commit is contained in:
Marc Jakobi
2026-06-02 22:19:26 +02:00
parent a61351cb2e
commit c01e72a50d
@@ -668,6 +668,10 @@ assertNoAdditions {
checkInputs = [ self.nvim-cmp ];
};
cmp-calc = super.cmp-calc.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
cmp-clippy = super.cmp-clippy.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
dependencies = with self; [