mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Use --without-ns for nox variants.
Fixes installation of gui on darwin when nox is specified.
This commit is contained in:
parent
8186f94aaf
commit
a317fd1462
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue