emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67301: closed ([PATCH gnome-team] gnu: libxmlb: Add xz to propagated


From: GNU bug Tracking System
Subject: bug#67301: closed ([PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.)
Date: Thu, 23 Nov 2023 08:08:03 +0000

Your message dated Thu, 23 Nov 2023 09:06:52 +0100
with message-id <3a9e0f38324b2d8f0c87dffcb23f16930da3cbe7.camel@gmail.com>
and subject line Re: [PATCH gnome-team] gnu: libxmlb: Add xz to 
propagated-inputs.
has caused the debbugs.gnu.org bug report #67301,
regarding [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67301: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67301
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. Date: Thu, 16 Nov 2023 00:11:35 +0100 User-agent: Evolution 3.46.4
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



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. Date: Thu, 23 Nov 2023 09:06:52 +0100 User-agent: Evolution 3.46.4
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


--- End Message ---

reply via email to

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