fix: add evil-collection to overrides

When installing nix-doom-emacs on newer macOS m2 machines, the build process
hangs when processing the evil-collection package.

Adding this override fixes the problem.
This commit is contained in:
Roman Gonzalez
2023-06-07 12:13:02 -07:00
parent 588ccf37fa
commit c0c8f6d2ea
2 changed files with 6 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ self: super: {
pname = "evil-quick-diff";
};
evil-collection = self.straightBuild {
pname = "evil-collection";
};
magit = super.magit.overrideAttrs (esuper: {
preBuild = ''
make VERSION="${esuper.version}" -C lisp magit-version.el