From eecaf17086510ae68bc495b2d9a06a152347bd69 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 2 Jan 2019 12:48:09 +0100 Subject: 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(-) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e51de2a201..27f78a2726 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))) -- cgit v1.2.3