gnu: jimtcl: Use INVOKE.

* gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-25 14:24:55 +01:00
parent 3af2708881
commit 78854b3849
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -348,8 +348,8 @@ (define-public jimtcl
(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