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>
parent
713d140750
commit
7735e8ed90
|
@ -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/")
|
||||
|
|
Reference in New Issue