mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python2-pystache: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-pystache)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
8d46679951
commit
dfafc29bcf
1 changed files with 1 additions and 1 deletions
|
@ -2145,7 +2145,7 @@ (define-public python2-pystache
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "python" "test_pystache.py")))))))))
|
||||
(invoke "python" "test_pystache.py"))))))))
|
||||
|
||||
(define-public python-joblib
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue