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 (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