diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-22 19:21:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-23 01:25:21 -0400 |
commit | 480d39a600701621e4d5938c8753b8487baa2c7f (patch) | |
tree | eaabcde093b6404db000b4f4df2a63200bdb2c0c /gnu | |
parent | 844cc6f876b8dcadf210398e68b3f3f824cb7144 (diff) |
gnu: epiphany: Use webkitgtk-2.22.
* gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7.
[inputs]: Replace webkitgtk with webkitgtk-2.22.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
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 |