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
parent
7b95445865
commit
60db3a6b3f
|
@ -107,7 +107,7 @@
|
|||
(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
|
||||
|
|
Reference in New Issue