Unverified Commit c5c01f0b authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

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

emacs: disable withXwidgets on darwin
parents 9a203192 104992f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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