rekado pushed a commit to branch master
in repository guix.
commit eecaf17086510ae68bc495b2d9a06a152347bd69
Author: Ricardo Wurmus <[email protected]>
Date: Wed Jan 2 12:48:09 2019 +0100
gnu: python-hy: Use INVOKE.
* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51de2a..27f78a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7807,7 +7807,7 @@ with a new public API, and RPython support.")
(lambda _
;; Tests require write access to HOME.
(setenv "HOME" "/tmp")
- (zero? (system* "nosetests")))))))
+ (invoke "nosetests"))))))
(native-inputs
`(("python-coverage" ,python-coverage)
("python-nose" ,python-nose)))