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:
@@ -2910,8 +2910,6 @@ assertNoAdditions {
|
||||
});
|
||||
|
||||
perfanno-nvim = super.perfanno-nvim.overrideAttrs (old: {
|
||||
dependencies = [ gperf ];
|
||||
|
||||
meta = old.meta // {
|
||||
maintainers = with lib.maintainers; [ fredeb ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user