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 #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'configure (replace 'configure
(lambda* (#:key #:allow-other-keys) (lambda _ (invoke "./configure"))))))
(zero? (system* "./configure")))))))
(home-page "https://forge.ocamlcore.org/projects/zarith/") (home-page "https://forge.ocamlcore.org/projects/zarith/")
(synopsis "Implements arbitrary-precision integers") (synopsis "Implements arbitrary-precision integers")
(description "Implements arithmetic and logical operations over (description "Implements arithmetic and logical operations over