Use --without-ns for nox variants.

Fixes installation of gui on darwin when nox is specified.
This commit is contained in:
John Soo 2021-12-21 15:58:06 -08:00
parent 8186f94aaf
commit a317fd1462
No known key found for this signature in database
GPG key ID: D8A148F8CE4DDBC2

View file

@ -107,6 +107,7 @@ in
emacsGit-nox = (
(
emacsGit.override {
withNS = false;
withX = false;
withGTK2 = false;
withGTK3 = false;
@ -121,6 +122,7 @@ in
emacsUnstable-nox = (
(
emacsUnstable.override {
withNS = false;
withX = false;
withGTK2 = false;
withGTK3 = false;