guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: ocaml-utop: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 48b11025b734af39023e780ee7f15522dca1c7ea
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:32:41 2019 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 930697f..a32cee4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4425,9 +4425,9 @@ instead of bindings to a C library.")
              (let* ((out (assoc-ref outputs "out"))
                     (libdir (string-append out "/lib/ocaml/site-lib")))
                (mkdir-p libdir)
-               (zero? (system* "jbuilder" "install"
-                               "--prefix" out
-                               "--libdir" libdir))))))))
+               (invoke "jbuilder" "install"
+                       "--prefix" out
+                       "--libdir" libdir)))))))
     (native-inputs
      `(("ocaml" ,ocaml)
        ("cppo" ,ocaml-cppo)



reply via email to

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