me
/
guix
Archived
1
0
Fork 0

gnu: libxmlb: Add xz to propagated-inputs.

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
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-16 00:11:35 +01:00 committed by Liliana Marie Prikler
parent 7b95445865
commit 60db3a6b3f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
(inputs (inputs
(list appstream-glib glib)) (list appstream-glib glib))
(propagated-inputs (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") (synopsis "Library to help create and query binary XML blobs")
(description "Libxmlb library takes XML source, and converts it to a (description "Libxmlb library takes XML source, and converts it to a
structured binary representation with a deduplicated string table; where the structured binary representation with a deduplicated string table; where the