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

commit 64e5753e626a1b33fbc3b21e9d63dfaaee11c1a8
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Feb 15 16:47:36 2025 +0100

    gnu: gnome-online-accounts@3.44: 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 f12bfdf7ad..c1896336cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8347,7 +8347,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