Revert "gnu: icecat: Enable gtk3 support."

This reverts commit eaf72e218e.

IceCat misbehaves with gtk+3, most notably the scroll bar handles are
invisible.  Here we revert back to gtk+2 until these problems can be
addressed.
This commit is contained in:
Mark H Weaver 2016-11-16 22:34:11 -05:00
parent fe047e1380
commit 2f63e087fe
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 3 deletions

View File

@ -426,8 +426,7 @@ standards.")
("glib" ,glib) ("glib" ,glib)
("gstreamer" ,gstreamer) ("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+) ("gtk+" ,gtk+-2)
("gtk+-2" ,gtk+-2)
("pango" ,pango) ("pango" ,pango)
("freetype" ,freetype) ("freetype" ,freetype)
("hunspell" ,hunspell) ("hunspell" ,hunspell)
@ -471,7 +470,7 @@ standards.")
;; practice somehow. See <http://hydra.gnu.org/build/378133>. ;; practice somehow. See <http://hydra.gnu.org/build/378133>.
#:validate-runpath? #f #:validate-runpath? #f
#:configure-flags '("--enable-default-toolkit=cairo-gtk3" #:configure-flags '("--enable-default-toolkit=cairo-gtk2"
"--enable-pango" "--enable-pango"
"--enable-gio" "--enable-gio"
"--enable-svg" "--enable-svg"