summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-09-22 19:21:16 -0400
committerMark H Weaver <mhw@netris.org>2018-09-23 01:25:21 -0400
commit480d39a600701621e4d5938c8753b8487baa2c7f (patch)
treeeaabcde093b6404db000b4f4df2a63200bdb2c0c
parent844cc6f876b8dcadf210398e68b3f3f824cb7144 (diff)
downloadpatches-480d39a600701621e4d5938c8753b8487baa2c7f.tar
patches-480d39a600701621e4d5938c8753b8487baa2c7f.tar.gz
gnu: epiphany: Use webkitgtk-2.22.
* gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7. [inputs]: Replace webkitgtk with webkitgtk-2.22.
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65716ce413..f9c9f1cf5c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4187,6 +4187,7 @@ a secret password store, an adblocker, and a modern UI.")
`(("dconf" ,dconf)))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+ ("gcc" ,gcc-7) ; needed because webkitgtk-2.22 is compiled with gcc-7
("glib:bin" ,glib "bin") ; for glib-mkenums
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
@@ -4207,7 +4208,7 @@ a secret password store, an adblocker, and a modern UI.")
("libxslt" ,libxslt)
("nettle" ,nettle) ; for hogweed
("sqlite" ,sqlite)
- ("webkitgtk" ,webkitgtk)))
+ ("webkitgtk" ,webkitgtk-2.22)))
(home-page "https://wiki.gnome.org/Apps/Web")
(synopsis "GNOME web browser")
(description