From c0c8f6d2eab282c3b6bd71a7e532a6f5470bc5c5 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Wed, 7 Jun 2023 12:13:02 -0700 Subject: [PATCH] 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. --- flake.nix | 2 ++ overrides.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 7aa5a2d..2ac7144 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,8 @@ evil-org-mode.flake = false; evil-quick-diff.url = "github:rgrinberg/evil-quick-diff"; evil-quick-diff.flake = false; + evil-collection.url = "github:emacs-evil/evil-collection"; + evil-collection.flake = false; explain-pause-mode.url = "github:lastquestion/explain-pause-mode"; explain-pause-mode.flake = false; format-all.url = "github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3"; diff --git a/overrides.nix b/overrides.nix index fa4d63d..0ccf6dc 100644 --- a/overrides.nix +++ b/overrides.nix @@ -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