all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67301] [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.
@ 2023-11-15 23:11 Vivien Kraus via Guix-patches via
  2023-11-23  8:06 ` bug#67301: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-15 23:11 UTC (permalink / raw)
  To: 67301; +Cc: rg, liliana.prikler, maxim.cournoyer

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




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

* bug#67301: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs.
  2023-11-15 23:11 [bug#67301] [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs Vivien Kraus via Guix-patches via
@ 2023-11-23  8:06 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-11-23  8:06 UTC (permalink / raw)
  To: Vivien Kraus, 67301-done; +Cc: rg, maxim.cournoyer

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




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

end of thread, other threads:[~2023-11-23  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15 23:11 [bug#67301] [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs Vivien Kraus via Guix-patches via
2023-11-23  8:06 ` bug#67301: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.