diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-03 10:34:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-05 22:38:17 +0200 |
commit | 7c938c232ca94bc77b85b1cf738e0dc9fd932d7a (patch) | |
tree | 1d96ee372a91b006349dd64d64f12515ab9dabc0 /gnu/packages/instrumentation.scm | |
parent | 1f5eef839150506352ad15fd0a79a03a45cf4bcf (diff) | |
download | guix-7c938c232ca94bc77b85b1cf738e0dc9fd932d7a.tar.gz guix-7c938c232ca94bc77b85b1cf738e0dc9fd932d7a.zip |
gnu: barectf: Use python-termcolor-1.
* gnu/packages/instrumentation.scm (barectf)[propagated-inputs]: Use
python-termcolor-1.
Change-Id: I8284db970d3cee8988318be7f1180aa933ab461a
Diffstat (limited to 'gnu/packages/instrumentation.scm')
-rw-r--r-- | gnu/packages/instrumentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 8b1a2a1c02..4ed9b57cf2 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm @@ -190,7 +190,7 @@ bindings, and the command-line tool @command{babeltrace2}.") (native-inputs (list python-poetry-core python-pytest)) (propagated-inputs - (list python-jinja2 python-jsonschema python-pyyaml python-termcolor)) + (list python-jinja2 python-jsonschema python-pyyaml python-termcolor-1)) (home-page "https://barectf.org") (synopsis "CTF tracer generator") (description |