guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: lttng-ust: Fix dependencies.


From: guix-commits
Subject: 07/12: gnu: lttng-ust: Fix dependencies.
Date: Tue, 14 Jun 2022 18:28:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7735e8ed90c7909ee9dd34737931f02353261986
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Thu Apr 7 20:18:44 2022 -0400

    gnu: lttng-ust: Fix dependencies.
    
    * gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies.
    [inputs]: Remove liburcu.
    [propagated-inputs]: Add liburcu.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/instrumentation.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 2db21aef1b..4e23e9bed4 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -215,7 +215,9 @@ with the script @command{flamegraph.pl} and many 
stackcollapse scripts.")
                 "1p7d94r275yvby6zqfxaswdl1q46zxbc8x5rkhnjxrp1d41byrsn"))))
     (build-system gnu-build-system)
     (inputs
-     (list liburcu numactl))
+     (list numactl))
+    (propagated-inputs
+     (list liburcu))          ;headers of liburcu are used by headers of lttng
     (native-inputs
      (list python-3 pkg-config))
     (home-page "https://lttng.org/";)



reply via email to

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