Disable NS in emacs-nox

This commit is contained in:
Eric Norris
2020-01-02 12:11:09 -05:00
parent c016cf0fce
commit 5e7131bcc6

View File

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