mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: jimtcl: Use INVOKE.
* gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
This commit is contained in:
parent
3af2708881
commit
78854b3849
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue