mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: barectf: Use python-termcolor-1.
* gnu/packages/instrumentation.scm (barectf)[propagated-inputs]: Use python-termcolor-1. Change-Id: I8284db970d3cee8988318be7f1180aa933ab461a
This commit is contained in:
parent
1f5eef8391
commit
7c938c232c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ (define-public barectf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue