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
|
@ -10549,7 +10549,7 @@ PNG, JPEG, JPEG2000 and GIF files in pure Python.")
|
|||
(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 New Issue