mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue