gnu: libqb: Fix cross-compilation.

* gnu/packages/high-availability.scm (libqb)[native-inputs]:
Move libxml2 from here…
[inputs]: …to here.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:04 +02:00
parent 5e4480e967
commit 1e8eacf724
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -116,7 +116,8 @@ (define-public libqb
(base32
"071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
(build-system gnu-build-system)
(native-inputs (list libxml2 pkg-config))
(native-inputs (list pkg-config))
(inputs (list libxml2))
(home-page "https://clusterlabs.github.io/libqb/")
(synopsis
"Library providing high performance logging, tracing, ipc, and poll")