Browse Source
gnu: jimtcl: Use INVOKE.
* gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
snapper
Ricardo Wurmus
3 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|