1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Liliana Marie Prikler
2025-02-15 16:47:36 +01:00
parent 51c0b04271
commit 08abde751a

View File

@@ -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