gnu: basu: Propagate libcap.
authorJosselin Poiret via Guix-patches via <guix-patches@gnu.org>
Wed, 1 Feb 2023 16:56:51 +0000 (17:56 +0100)
committerJelle Licht <jlicht@fsfe.org>
Thu, 9 Feb 2023 14:19:50 +0000 (15:19 +0100)
* gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can
find basu's dependency.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
gnu/packages/freedesktop.scm

index 90398f0..8fc030a 100644 (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.