guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: python-termstyle: Use INVOKE.


From: guix-commits
Subject: 03/10: gnu: python-termstyle: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 831080a69b6e6ee3be0ed81492f47ff4bc05de0a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:37:59 2019 +0100

    gnu: python-termstyle: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally
    return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 47fdd16..51a084b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]