Disable NS in emacs-nox

This commit is contained in:
Eric Norris 2020-01-02 12:11:09 -05:00
parent c016cf0fce
commit 5e7131bcc6
No known key found for this signature in database
GPG key ID: 8E3B98372AAB9000

View file

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