mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-24 16:31:00 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user