emacsPackages.org-evil: fix build (#348322)

This commit is contained in:
Lin Jian 2024-10-15 03:14:07 +08:00 committed by GitHub
commit ceb4898e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1337,6 +1337,11 @@ let
org-edit-latex = mkHome super.org-edit-latex;
# https://github.com/GuiltyDolphin/org-evil/issues/24
# hydra has that error: https://hydra.nixos.org/build/274852065
# but I cannot reproduce that locally
org-evil = ignoreCompilationError super.org-evil;
org-gnome = ignoreCompilationError super.org-gnome; # elisp error
org-gtd = ignoreCompilationError super.org-gtd; # elisp error