me
/
guix
Archived
1
0
Fork 0

gnu: bpftrace: Update to 0.15.0.

* gnu/packages/linux.scm (bpftrace): Update to 0.15.0.
[inputs]: Add CEREAL.
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
1 changed files with 3 additions and 3 deletions

View File

@ -9040,7 +9040,7 @@ and above.")
(define-public bpftrace
(package
(name "bpftrace")
(version "0.11.4")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -9049,13 +9049,13 @@ and above.")
(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