guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: jimtcl: Use INVOKE.


From: guix-commits
Subject: 05/09: gnu: jimtcl: Use INVOKE.
Date: Fri, 25 Jan 2019 09:18:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 78854b3849a32b4d4ce44c5a9ba0b607db06a829
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 14:24:55 2019 +0100

    gnu: jimtcl: Use INVOKE.
    
    * gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
---
 gnu/packages/embedded.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index f20d1e1..004d082 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -348,8 +348,8 @@ SEGGER J-Link and compatible devices.")
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
-               (zero? (system* "./configure"
-                               (string-append "--prefix=" out)))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out))))))))
     (home-page "http://jim.tcl.tk";)
     (synopsis "Small footprint Tcl implementation")
     (description "Jim is a small footprint implementation of the Tcl 
programming



reply via email to

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