Merge pull request #76830 from ericnorris/master
Disable NS in emacs-nox
This commit is contained in:
commit
699e1b41f1
1 changed files with 1 additions and 0 deletions
|
@ -18613,6 +18613,7 @@ in
|
|||
|
||||
emacs26-nox = lowPrio (appendToName "nox" (emacs26.override {
|
||||
withX = false;
|
||||
withNS = false;
|
||||
withGTK2 = false;
|
||||
withGTK3 = false;
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue