gnu: python-hdf4: Use INVOKE.
* gnu/packages/python.scm (python-hdf4)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
6f05556ba7
commit
e36058634d
|
@ -767,8 +767,8 @@ and verifies that it matches the intended target hostname.")
|
||||||
(setenv "PYTHONPATH"
|
(setenv "PYTHONPATH"
|
||||||
(string-append (getcwd) ":"
|
(string-append (getcwd) ":"
|
||||||
(getenv "PYTHONPATH")))
|
(getenv "PYTHONPATH")))
|
||||||
(and (zero? (system* "./runexamples.sh"))
|
(invoke "./runexamples.sh")
|
||||||
(zero? (system* "nosetests" "-v"))))))))
|
(invoke "nosetests" "-v"))))))
|
||||||
(home-page "https://github.com/fhs/python-hdf4")
|
(home-page "https://github.com/fhs/python-hdf4")
|
||||||
(synopsis "Python interface to the NCSA HDF4 library")
|
(synopsis "Python interface to the NCSA HDF4 library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue