gnu: babeltrace, lttng-tools: Simplify inputs.
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
This commit is contained in:
parent
72437be528
commit
8da63c2c23
1 changed files with 20 additions and 20 deletions
|
|
@ -81,14 +81,14 @@
|
||||||
;; NOTE - python-3 is set here for generating the bindings. Users need to
|
;; NOTE - python-3 is set here for generating the bindings. Users need to
|
||||||
;; install python-3 in their profile in order to use these bindings.
|
;; install python-3 in their profile in order to use these bindings.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("asciidoc" ,asciidoc)
|
(list asciidoc
|
||||||
("bison" ,bison)
|
bison
|
||||||
("flex" ,flex)
|
flex
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python-3" ,python-3)
|
python-3
|
||||||
("python-sphinx" ,python-sphinx)
|
python-sphinx
|
||||||
("swig", swig)
|
swig
|
||||||
("xmltoman" ,xmltoman)))
|
xmltoman))
|
||||||
(home-page "https://babeltrace.org/")
|
(home-page "https://babeltrace.org/")
|
||||||
(synopsis "Trace manipulation toolkit")
|
(synopsis "Trace manipulation toolkit")
|
||||||
(description "Babeltrace 2 is a framework for viewing, converting,
|
(description "Babeltrace 2 is a framework for viewing, converting,
|
||||||
|
|
@ -213,18 +213,18 @@ to ring buffers shared with a consumer daemon.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kmod module-init-tools))
|
(list kmod module-init-tools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
("perl" ,perl)
|
perl
|
||||||
("libpfm4" ,libpfm4)
|
libpfm4
|
||||||
("python-3" ,python-3)
|
python-3
|
||||||
("swig" ,swig)
|
swig
|
||||||
("procps" ,procps)
|
procps
|
||||||
("which" ,which)
|
which
|
||||||
("flex" ,flex)
|
flex
|
||||||
("bison" ,bison)
|
bison
|
||||||
("asciidoc" ,asciidoc)
|
asciidoc
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("lttng-ust" ,lttng-ust)))
|
lttng-ust))
|
||||||
(home-page "https://lttng.org/")
|
(home-page "https://lttng.org/")
|
||||||
(synopsis "LTTng userspace tracer libraries")
|
(synopsis "LTTng userspace tracer libraries")
|
||||||
(description "The lttng-tools project provides a session
|
(description "The lttng-tools project provides a session
|
||||||
|
|
|
||||||
Reference in a new issue