guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: ocaml-zarith: Use INVOKE.


From: guix-commits
Subject: 04/14: gnu: ocaml-zarith: Use INVOKE.
Date: Fri, 25 Jan 2019 08:02:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 04daa1ed72be39805b787554f7959b1df6558460
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:31:29 2019 +0100

    gnu: ocaml-zarith: Use INVOKE.
    
    * gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
---
 gnu/packages/ocaml.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index eb298c8..4d9487a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]