gnu: bpftrace: Update to 0.15.0.

* gnu/packages/linux.scm (bpftrace): Update to 0.15.0.
[inputs]: Add CEREAL.
This commit is contained in:
Marius Bakke 2022-08-09 15:58:40 +02:00
parent 2fd9ca5e05
commit 00962dd18f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9040,7 +9040,7 @@ (define-public bcc
(define-public bpftrace
(package
(name "bpftrace")
(version "0.11.4")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -9049,13 +9049,13 @@ (define-public bpftrace
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0y4qgm2cpccrsm20rnh92hqplddqsc5q5zhw9nqn2igm3h9i0z7h"))
(base32 "022fg0kiz0liahj82wvlxmivkwyp86shs5fwr2v4blx7lh05k9zm"))
(patches (search-patches "bpftrace-disable-bfd-disasm.patch"))))
(build-system cmake-build-system)
(native-inputs
(list bison flex))
(inputs
(list bcc clang-toolchain-9 elfutils libbpf))
(list bcc clang-toolchain-9 elfutils libbpf cereal))
(arguments
`(#:tests? #f ;Tests require googletest sources.
#:configure-flags