gnu: lttng-ust: Update to 2.13.0.
* gnu/packages/linux.scm (lttng-ust): Bump version. [native-inputs]: Add pkg-config. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
82f8ac4c29
commit
ea48a87f1f
1 changed files with 4 additions and 3 deletions
|
@ -8113,20 +8113,21 @@ (define-public ell
|
|||
(define-public lttng-ust
|
||||
(package
|
||||
(name "lttng-ust")
|
||||
(version "2.12.2")
|
||||
(version "2.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://lttng.org/files/lttng-ust/"
|
||||
"lttng-ust-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iwz6p79zvibj8sl8qqw84lcir9a8z1ylq77hhnwg26anrjg1l5w"))))
|
||||
"0l0p6y2zrd9hgd015dhafjmpcj7waz762n6wf5ws1xlwcwrwkr2l"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("liburcu" ,liburcu)
|
||||
("numactl" ,numactl)))
|
||||
(native-inputs
|
||||
`(("python" ,python-3)))
|
||||
`(("python" ,python-3)
|
||||
("pkg-config", pkg-config)))
|
||||
(home-page "https://lttng.org/")
|
||||
(synopsis "LTTng userspace tracer libraries")
|
||||
(description "The user space tracing library, liblttng-ust, is the LTTng
|
||||
|
|
Loading…
Reference in a new issue