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 <[email protected]>
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 <[email protected]>
---
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"