mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-05 18:30:23 -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) {
|
||||
withTreeSitter = false;
|
||||
nativeComp = false;
|
||||
withNativeCompilation = false;
|
||||
};
|
||||
|
||||
emacs-git-nox = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue