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

View File

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