guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: basu: Propagate libcap.


From: guix-commits
Subject: branch master updated: gnu: basu: Propagate libcap.
Date: Thu, 09 Feb 2023 09:23:04 -0500

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6d505fffb4 gnu: basu: Propagate libcap.
6d505fffb4 is described below

commit 6d505fffb43c712d15edd9a635e998dda9788cad
Author: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Wed Feb 1 17:56:51 2023 +0100

    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>
---
 gnu/packages/freedesktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 90398f0e70..8fc030a493 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]