From 08abde751a0d8987ea4d27839e99bc8b2500c7e1 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 15 Feb 2025 16:47:36 +0100 Subject: [PATCH] gnu: gnome-online-accounts@3.44: Fix inputs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gnome-online-accounts-3.44)[inputs]: Match “webkitgtk” instead of “webkitgtk-for-gtk3” in replacement. --- 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 644e0b7806..19c6c5fe8a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8351,7 +8351,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.") (delete 'disable-gtk-update-icon-cache))))) (inputs (modify-inputs (package-inputs gnome-online-accounts) (replace "rest" rest) - (replace "webkitgtk-for-gtk3" webkitgtk-with-libsoup2))))) + (replace "webkitgtk" webkitgtk-with-libsoup2))))) (define-public evolution-data-server (package