mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ocaml-zarith: Use INVOKE.
* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
This commit is contained in:
parent
2c0234e78e
commit
04daa1ed72
1 changed files with 1 additions and 2 deletions
|
@ -1149,8 +1149,7 @@ (define-public ocaml-zarith
|
||||||
#: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 a new issue