mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-mpmath: Use INVOKE.
* gnu/packages/python-xyz.scm (python-mpmath)[arguments]: Unconditionally return #T in "check" phase.
This commit is contained in:
parent
dff0197e60
commit
5d7a6f1cea
1 changed files with 1 additions and 2 deletions
|
@ -5104,8 +5104,7 @@ (define-public python-mpmath
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero?
|
||||
(system* "python" "mpmath/tests/runtests.py" "-local")))))))
|
||||
(invoke "python" "mpmath/tests/runtests.py" "-local"))))))
|
||||
(home-page "http://mpmath.org")
|
||||
(synopsis "Arbitrary-precision floating-point arithmetic in python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue