[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/23: gnu: python-patsy: Return #t from phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
14/23: gnu: python-patsy: Return #t from phases. |
Date: |
Wed, 27 Jun 2018 07:01:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9cbd819ab72a52491afa30e7dae2e2c75d51a80c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 26 17:50:42 2018 +0200
gnu: python-patsy: Return #t from phases.
* gnu/packages/statistics.scm (python-patsy)[arguments]: Substitute
INVOKE for SYSTEM*.
---
gnu/packages/statistics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9853e84..8be3ce1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1816,7 +1816,8 @@ and fast file reading.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
+ (replace 'check
+ (lambda _ (invoke "nosetests" "-v"))))))
(propagated-inputs
`(("python-numpy" ,python-numpy)
("python-scipy" ,python-scipy)
- 03/23: doc: Private key passphrases are not supported., (continued)
- 03/23: doc: Private key passphrases are not supported., Tobias Geerinckx-Rice, 2018/06/27
- 15/23: gnu: python-mpd2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 20/23: gnu: ghmm: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 18/23: gnu: papagayo: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 12/23: gnu: slib: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 09/23: gnu: squeak-vm: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 22/23: gnu: dlib: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 07/23: gnu: aegis: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 08/23: gnu: java-jgit: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 04/23: gnu: cgit: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 14/23: gnu: python-patsy: Return #t from phases.,
Tobias Geerinckx-Rice <=
- 23/23: gnu: python-scikit-learn: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 13/23: gnu: scm: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/27
- 16/23: gnu: cifs-utils: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27
- 11/23: gnu: scmutils: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/27