GNU bug report logs - #67301
[PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Mon, 20 Nov 2023 17:30:03 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: bug#67301: closed (Re: [PATCH gnome-team] gnu: libxmlb: Add xz to
 propagated-inputs.)
Date: Thu, 23 Nov 2023 08:08:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67301: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67301 <at> debbugs.gnu.org.

-- 
67301: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67301
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 67301-done <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.
Date: Thu, 23 Nov 2023 09:06:52 +0100
Am Donnerstag, dem 16.11.2023 um 00:11 +0100 schrieb Vivien Kraus:
> liblzma is present in Requires.private in the pkg-config definition
> of xmlb.
> 
> * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz.
Pushed.

Thanks

[Message part 3 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.
Date: Thu, 16 Nov 2023 00:11:35 +0100
liblzma is present in Requires.private in the pkg-config definition of xmlb.

* gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz.

Change-Id: I7189b47d879561ffd1902079d20054a287ffaf20
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ec68deb31a..c6ddae50ae 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -107,7 +107,7 @@ (define-public libxmlb
     (inputs
      (list appstream-glib glib))
     (propagated-inputs
-     (list `(,zstd "lib")))             ; in Requires.private of xmlb.pc
+     (list xz `(,zstd "lib")))             ; in Requires.private of xmlb.pc
     (synopsis "Library to help create and query binary XML blobs")
     (description "Libxmlb library takes XML source, and converts it to a
 structured binary representation with a deduplicated string table; where the

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
-- 
2.41.0



This bug report was last modified 1 year and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.