Loading pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1304,6 +1304,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 Loading Loading
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1304,6 +1304,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 Loading