summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-11-17 21:02:33 -0500
committerTimothy Sample <samplet@ngyro.com>2021-11-18 10:10:14 -0500
commit66ff6f3718b3512fc3aa50e3b1f7344498664cb2 (patch)
tree2e5b5e23cd147cc5556b2bfeb1b304fb0748d4e0
parent3904f3358056218282e5047053ceb6963c3e32c1 (diff)
downloadguix-patches-66ff6f3718b3512fc3aa50e3b1f7344498664cb2.tar
guix-patches-66ff6f3718b3512fc3aa50e3b1f7344498664cb2.tar.gz
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.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8b904765cc..4767c27a85 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