Skip to content
Snippets Groups Projects
Unverified Commit 78854b38 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: jimtcl: Use INVOKE.

* gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
parent 3af27088
No related branches found
No related tags found
No related merge requests found
...@@ -348,8 +348,8 @@ (define-public jimtcl ...@@ -348,8 +348,8 @@ (define-public jimtcl
(replace 'configure (replace 'configure
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(zero? (system* "./configure" (invoke "./configure"
(string-append "--prefix=" out))))))))) (string-append "--prefix=" out))))))))
(home-page "http://jim.tcl.tk") (home-page "http://jim.tcl.tk")
(synopsis "Small footprint Tcl implementation") (synopsis "Small footprint Tcl implementation")
(description "Jim is a small footprint implementation of the Tcl programming (description "Jim is a small footprint implementation of the Tcl programming
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment