From 822befbcae1ba3e06327c4dd9865bcfd61a49616 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 12 Dec 2023 22:07:08 +0100 Subject: gnu: epiphany: Build with webkitgtk-for-gtk3. This replacement was omitted in f3da903b0169edc19e07be5a91c80488332abe09: Epiphany 42 still builds with GTK+ 3, so let's use the right Webkit. * gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with webkitgtk-for-gtk3. --- 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 b3f49c4b04..c9a6eb78a0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7186,7 +7186,7 @@ (define-public epiphany libxslt nettle ; for hogweed sqlite - webkitgtk)) + webkitgtk-for-gtk3)) (home-page "https://wiki.gnome.org/Apps/Web") (synopsis "GNOME web browser") (description -- cgit v1.2.3