diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-11-17 21:02:33 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-18 10:10:14 -0500 |
commit | 66ff6f3718b3512fc3aa50e3b1f7344498664cb2 (patch) | |
tree | 2e5b5e23cd147cc5556b2bfeb1b304fb0748d4e0 /gnu/packages/gnome.scm | |
parent | 3904f3358056218282e5047053ceb6963c3e32c1 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |