From e6e6b5124b0b630c648009c9c3f942796267d766 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 14 Nov 2021 23:23:45 +0000 Subject: gnu: epiphany: Use different webkitgtk variant. * gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 95b0551691..5617ba5028 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6862,7 +6862,7 @@ a secret password store, an adblocker, and a modern UI.") ("libxslt" ,libxslt) ("nettle" ,nettle) ; for hogweed ("sqlite" ,sqlite) - ("webkitgtk" ,webkitgtk))) + ("webkitgtk" ,webkitgtk-with-libsoup2))) (home-page "https://wiki.gnome.org/Apps/Web") (synopsis "GNOME web browser") (description -- cgit v1.2.3