Merge pull request #22514 from peterhoeg/f/emacs

emacs: make gtk3 default
This commit is contained in:
Thomas Tuegel 2017-02-10 11:48:50 -06:00 committed by GitHub
commit 8bddf6d6ab

View File

@ -3,8 +3,8 @@
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
, alsaLib, cairo, acl, gpm, AppKit, CoreWLAN, Kerberos, GSS, ImageIO
, withX ? !stdenv.isDarwin
, withGTK2 ? true, gtk2 ? null
, withGTK3 ? false, gtk3 ? null
, withGTK2 ? false, gtk2 ? null
, withGTK3 ? true, gtk3 ? null
, withXwidgets ? false, webkitgtk24x ? null, wrapGAppsHook ? null, glib_networking ? null
, withCsrc ? true
, srcRepo ? false, autoconf ? null, automake ? null, texinfo ? null