guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: python-hdf4: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 03/06: gnu: python-hdf4: Use INVOKE.
Date: Fri, 21 Sep 2018 07:19:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e36058634d1754ab6d69f01a448efd691c2a1637
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 21 12:47:38 2018 +0200

    gnu: python-hdf4: Use INVOKE.
    
    * gnu/packages/python.scm (python-hdf4)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6927924..b8521fa 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -767,8 +767,8 @@ and verifies that it matches the intended target hostname.")
             (setenv "PYTHONPATH"
                     (string-append (getcwd) ":"
                                    (getenv "PYTHONPATH")))
-            (and (zero? (system* "./runexamples.sh"))
-                 (zero? (system* "nosetests" "-v"))))))))
+            (invoke "./runexamples.sh")
+            (invoke "nosetests" "-v"))))))
    (home-page "https://github.com/fhs/python-hdf4";)
    (synopsis "Python interface to the NCSA HDF4 library")
    (description



reply via email to

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