gnu: WebKitGTK: Update to 2.26.1.

* gnu/packages/webkit.scm (webkitgtk-2.24): Rename to ...
(webkitgtk-2.26): ... this.  Update to 2.26.1.
[inputs]: Add BUBBLEWRAP, LIBSECCOMP, LIBWPE, WPEBACKEND-FDO, and XDG-DBUS-PROXY.
* gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust for changed
variable name.
* gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
This commit is contained in:
Marius Bakke 2019-09-26 16:40:45 +02:00
parent 9e0cb9d79d
commit 689b44bc3f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 14 additions and 7 deletions

View file

@ -398,7 +398,7 @@ driven and does not detract you from your daily work.")
(inputs
`(("glib-networking" ,glib-networking)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("webkitgtk" ,webkitgtk-2.24)))
("webkitgtk" ,webkitgtk-2.26)))
(native-inputs
`(("gcc-7" ,gcc-7) ; needed because webkitgtk-2.24 and above are compiled with gcc-7
("pkg-config" ,pkg-config)))