gnu: ocaml-zarith: Use INVOKE.
* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
This commit is contained in:
parent
2c0234e78e
commit
04daa1ed72
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue