guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-gnupg: Return #t from phase.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: python-gnupg: Return #t from phase.
Date: Wed, 13 Jun 2018 23:23:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b262aba7338b8e3aa97bccb91309848a553280e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 14 04:02:10 2018 +0200

    gnu: python-gnupg: Return #t from phase.
    
    * gnu/packages/gnupg.scm (python-gnupg)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ff2efb7..ecd280f 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -529,8 +529,8 @@ decrypt messages using the OpenPGP format by making use of 
GPGME.")
              (setenv "USERNAME" "guixbuilder")
              ;; The doctests are extremely slow and sometimes time out,
              ;; so we disable them.
-             (zero? (system* "python"
-                             "test_gnupg.py" "--no-doctests")))))))
+             (invoke "python"
+                     "test_gnupg.py" "--no-doctests"))))))
     (native-inputs
      `(("gnupg" ,gnupg-1)))
     (home-page "https://packages.python.org/python-gnupg/index.html";)



reply via email to

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