mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-termstyle: Use INVOKE.
* gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
6568bd5df2
commit
831080a69b
1 changed files with 1 additions and 1 deletions
|
@ -10549,7 +10549,7 @@ (define-public python-termstyle
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "python" "test3.py")))))))
|
||||
(invoke "python" "test3.py"))))))
|
||||
(home-page "https://github.com/gfxmonk/termstyle")
|
||||
(synopsis "Console text coloring for Python")
|
||||
(description "This package provides console text coloring for Python.")
|
||||
|
|
Loading…
Reference in a new issue