samplet pushed a commit to branch core-updates-frozen
in repository guix.
commit 66ff6f3718b3512fc3aa50e3b1f7344498664cb2
Author: Timothy Sample <[email protected]>
AuthorDate: Wed Nov 17 21:02:33 2021 -0500
gnu: evolution-data-server: Propagate libsoup@2.
All of the .pc files require version 2.
* gnu/packages/gnome.scm (evolution-data-server)
[propagated-inputs]: Replace libsoup with libsoup-minimal-2.
---
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 8b90476..4767c27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7720,7 +7720,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and
Kerberos.")
`(("gtk+" ,gtk+)
("libical" ,libical)
("libsecret" ,libsecret)
- ("libsoup" ,libsoup)
+ ("libsoup" ,libsoup-minimal-2)
("nss" ,nss)
("sqlite" ,sqlite)))
(inputs