mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
d934f36096
commit
6d505fffb4
1 changed files with 2 additions and 1 deletions
|
@ -827,7 +827,8 @@ (define-public basu
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue