Merge pull request #237681 from marsam/emacs-disable-withXwidgets-darwin

emacs: disable withXwidgets on darwin
This commit is contained in:
adisbladis 2023-06-14 20:12:29 +12:00 committed by GitHub
commit c5c01f0b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@
, withWebP ? lib.versionAtLeast version "29"
, withX ? !(stdenv.isDarwin || noGui || withPgtk)
, withXinput2 ? withX && lib.versionAtLeast version "29"
, withXwidgets ? !noGui && (withGTK3 || withPgtk)
, withXwidgets ? !stdenv.isDarwin && !noGui && (withGTK3 || withPgtk)
# Options
, siteStart ? ./site-start.el