unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51789: Appstream-glib is broken on core-updates-frozen
@ 2021-11-12 12:18 Vivien Kraus via Bug reports for GNU Guix
  2021-11-12 16:27 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-11-12 12:18 UTC (permalink / raw)
  To: 51789


[-- Attachment #1.1: Type: text/plain, Size: 131 bytes --]


Dear guix,

Appstream-glib is not ready yet for libsoup 3. I propose that we still
use libsoup-minimal-2.

Best regards,

Vivien


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Use libsoup 2 for appstream-glib --]
[-- Type: text/x-patch, Size: 836 bytes --]

From 88cac92aa69022620ff5f7007ef7a76488f2139a Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Fri, 12 Nov 2021 12:16:32 +0000
Subject: [PATCH] gnu: appstream-glib: Fix build.

* gnu/packages/glib.scm (appstream-glib) [inputs]: Use libsoup-minimal-2.
---
 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 3c835300e4..398d3943e5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1185,7 +1185,7 @@ (define-public appstream-glib
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
-       ("libsoup" ,libsoup)))
+       ("libsoup" ,libsoup-minimal-2)))
     (arguments
      `(#:configure-flags
        (list "-Ddep11=false"
-- 
2.33.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51789: Appstream-glib is broken on core-updates-frozen
  2021-11-12 12:18 bug#51789: Appstream-glib is broken on core-updates-frozen Vivien Kraus via Bug reports for GNU Guix
@ 2021-11-12 16:27 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-11-12 16:27 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 51789-done

Hello,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> Dear guix,
>
> Appstream-glib is not ready yet for libsoup 3. I propose that we still
> use libsoup-minimal-2.
>
> Best regards,
>
> Vivien

Applied, thank you!

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-12 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 12:18 bug#51789: Appstream-glib is broken on core-updates-frozen Vivien Kraus via Bug reports for GNU Guix
2021-11-12 16:27 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).