guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: appstream-glib: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: appstream-glib: Fix build.
Date: Fri, 12 Nov 2021 11:27:26 -0500

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

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new b82cb1f  gnu: appstream-glib: Fix build.
b82cb1f is described below

commit b82cb1ff145e82f6074572130c74c992ee1bf572
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Nov 12 12:16:32 2021 +0000

    gnu: appstream-glib: Fix build.
    
    * gnu/packages/glib.scm (appstream-glib) [inputs]: Use libsoup-minimal-2.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c83530..398d394 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1185,7 +1185,7 @@ Some codes examples can be find at:
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
-       ("libsoup" ,libsoup)))
+       ("libsoup" ,libsoup-minimal-2)))
     (arguments
      `(#:configure-flags
        (list "-Ddep11=false"



reply via email to

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