vimPlugins.perfanno-nvim: remove gperf dependency

gperf is not a hard dependency, and it would be incorrect to require
gperf be installed via nix on a non nixos system.
This commit is contained in:
Frede Braendstrup
2025-09-03 08:58:50 +02:00
parent 7fd0a62f95
commit c9e5d6c3d8
@@ -2910,8 +2910,6 @@ assertNoAdditions {
});
perfanno-nvim = super.perfanno-nvim.overrideAttrs (old: {
dependencies = [ gperf ];
meta = old.meta // {
maintainers = with lib.maintainers; [ fredeb ];
};