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

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
ebfe6bbc16e426aaa1eed6afeb1446c70a264777.1700501064.git.vivien@planete-kraus.eu
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(-)

Toggle diff (17 lines)
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
Liliana Marie Prikler wrote 1 years ago
3a9e0f38324b2d8f0c87dffcb23f16930da3cbe7.camel@gmail.com
Am Donnerstag, dem 16.11.2023 um 00:11 +0100 schrieb Vivien Kraus:
Toggle quote (4 lines)
> liblzma is present in Requires.private in the pkg-config definition
> of xmlb.
>
> * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz.
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67301@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67301
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help