Loading pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +7 −0 Original line number Diff line number Diff line Loading @@ -1385,6 +1385,13 @@ let org-trello = ignoreCompilationError super.org-trello; # elisp error # Requires xwidgets compiled into emacs, so mark this package # as broken if emacs hasn't been compiled with the flag. org-xlatex = if self.emacs.withXwidgets then super.org-xlatex else markBroken super.org-xlatex; # Optimizer error: too much on the stack orgnav = ignoreCompilationError super.orgnav; Loading pkgs/applications/editors/emacs/make-emacs.nix +1 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,7 @@ mkDerivation (finalAttrs: { passthru = { inherit withNativeCompilation; inherit withTreeSitter; inherit withXwidgets; pkgs = recurseIntoAttrs (emacsPackagesFor finalAttrs.finalPackage); tests = { inherit (nixosTests) emacs-daemon; }; }; Loading Loading
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +7 −0 Original line number Diff line number Diff line Loading @@ -1385,6 +1385,13 @@ let org-trello = ignoreCompilationError super.org-trello; # elisp error # Requires xwidgets compiled into emacs, so mark this package # as broken if emacs hasn't been compiled with the flag. org-xlatex = if self.emacs.withXwidgets then super.org-xlatex else markBroken super.org-xlatex; # Optimizer error: too much on the stack orgnav = ignoreCompilationError super.orgnav; Loading
pkgs/applications/editors/emacs/make-emacs.nix +1 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,7 @@ mkDerivation (finalAttrs: { passthru = { inherit withNativeCompilation; inherit withTreeSitter; inherit withXwidgets; pkgs = recurseIntoAttrs (emacsPackagesFor finalAttrs.finalPackage); tests = { inherit (nixosTests) emacs-daemon; }; }; Loading