guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/22: gnu: evolution-data-server: Propagate libsoup@2.


From: guix-commits
Subject: 08/22: gnu: evolution-data-server: Propagate libsoup@2.
Date: Thu, 18 Nov 2021 10:12:15 -0500 (EST)

samplet pushed a commit to branch core-updates-frozen
in repository guix.

commit 66ff6f3718b3512fc3aa50e3b1f7344498664cb2
Author: Timothy Sample <samplet@ngyro.com>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]