guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen-batched-changes updated: gnu: libgdata: Use l


From: guix-commits
Subject: branch core-updates-frozen-batched-changes updated: gnu: libgdata: Use libsoup 2 to fix build.
Date: Mon, 01 Nov 2021 21:14:43 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

The following commit(s) were added to 
refs/heads/core-updates-frozen-batched-changes by this push:
     new e59c651  gnu: libgdata: Use libsoup 2 to fix build.
e59c651 is described below

commit e59c651648e38a5572bf39680ee6703e68b06fa5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 1 21:12:27 2021 -0400

    gnu: libgdata: Use libsoup 2 to fix build.
    
    * gnu/packages/gnome.scm (libgdata)[inputs]: Use 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 6c3e34c..4650d97 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2022,7 +2022,7 @@ formats like PNG, SVG, PDF and EPS.")
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
        ("json-glib" ,json-glib)
        ("liboauth" ,liboauth)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libxml2" ,libxml2)))
     (home-page "https://wiki.gnome.org/Projects/libgdata";)
     (synopsis "Library for accessing online service APIs")



reply via email to

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