Merge pull request #76830 from ericnorris/master

Disable NS in emacs-nox
This commit is contained in:
Matthew Bauer 2020-01-02 12:38:04 -05:00 committed by GitHub
commit 699e1b41f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18613,6 +18613,7 @@ in
emacs26-nox = lowPrio (appendToName "nox" (emacs26.override {
withX = false;
withNS = false;
withGTK2 = false;
withGTK3 = false;
}));