vimPlugins.perfanno-nvim: remove gperf dependency (#439772)

This commit is contained in:
Gaétan Lepage
2025-09-03 10:11:05 +02:00
committed by GitHub
@@ -2913,8 +2913,6 @@ assertNoAdditions {
});
perfanno-nvim = super.perfanno-nvim.overrideAttrs (old: {
dependencies = [ gperf ];
meta = old.meta // {
maintainers = with lib.maintainers; [ fredeb ];
};