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