mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: yactfr: Fix build.
* gnu/packages/instrumentation.scm (yactfr): Fix build. [native-inputs]: Remove python-pytest; add python-pytest-8. Fixes: guix/guix#6392 Change-Id: I89d91b8a21c4c1adff783d07258aecb069f89f62 Signed-off-by: Iakob Davitis Dze Gogichaishvili <iakob.gogichaishvili@gmail.com> Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
a74e1277c9
commit
add992a5b4
@@ -707,7 +707,7 @@ bundled with python-3 and luajit that you can delete in a package variant.")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check (assoc-ref gnu:%standard-phases 'check)))))
|
||||
(native-inputs (list boost python-pytest))
|
||||
(native-inputs (list boost python-pytest-8))
|
||||
(home-page "https://github.com/eepp/yactfr")
|
||||
(synopsis "CTF reading library offering a C++14 API")
|
||||
(description "While the @acronym{CTF, Common Trace Format} reading
|
||||
|
||||
Reference in New Issue
Block a user