gnu: python-termstyle: Use INVOKE.

* gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally
return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 18:37:59 +01:00
parent 6568bd5df2
commit 831080a69b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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.")