gnu: basu: Propagate libcap.

* gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can
find basu's dependency.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
Josselin Poiret via Guix-patches via 2023-02-01 17:56:51 +01:00 committed by Jelle Licht
parent d934f36096
commit 6d505fffb4
No known key found for this signature in database
GPG Key ID: DA4597F947B41025

View File

@ -827,7 +827,8 @@ of a the system to know what users are logged in, and where.")
(build-system meson-build-system)
(native-inputs
(list pkg-config python gperf))
(inputs
(propagated-inputs
;; Propagated because of pkg-config
(list libcap))
(synopsis "The sd-bus library, extracted from systemd")
(description "Some projects rely on the sd-bus library for DBus support.