mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
nativeComp -> withNativeCompilation
This commit is contained in:
parent
02551988a0
commit
deaebf8f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ let
|
||||||
|
|
||||||
commercial-emacs = super.lib.makeOverridable (mkGitEmacs "commercial-emacs" ../repos/emacs/commercial-emacs-commercial-emacs.json) {
|
commercial-emacs = super.lib.makeOverridable (mkGitEmacs "commercial-emacs" ../repos/emacs/commercial-emacs-commercial-emacs.json) {
|
||||||
withTreeSitter = false;
|
withTreeSitter = false;
|
||||||
nativeComp = false;
|
withNativeCompilation = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
emacs-git-nox = (
|
emacs-git-nox = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue