mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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…
Add table
Add a link
Reference in a new issue