gnu: ocaml-zarith: Use INVOKE.

* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-25 13:31:29 +01:00
parent 2c0234e78e
commit 04daa1ed72
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -1149,8 +1149,7 @@ files in these formats.")
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key #:allow-other-keys)
(zero? (system* "./configure")))))))
(lambda _ (invoke "./configure"))))))
(home-page "https://forge.ocamlcore.org/projects/zarith/")
(synopsis "Implements arbitrary-precision integers")
(description "Implements arithmetic and logical operations over