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
|
@ -2145,7 +2145,7 @@ logic-free templating system Mustache.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "python" "test_pystache.py")))))))))
|
(invoke "python" "test_pystache.py"))))))))
|
||||||
|
|
||||||
(define-public python-joblib
|
(define-public python-joblib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue