lilyp pushed a commit to branch gnome-team
in repository guix.

commit 94b8310d7e9d71922c332073ba9c92c188255d0f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Feb 15 16:47:36 2025 +0100

    gnu: [email protected]: Fix inputs.
    
    * 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

Reply via email to