distro: expect: Provide the right path to `stty'.
* distro/packages/tcl.scm (expect): Add #:phases argument.
This commit is contained in:
parent
fa39cc0da6
commit
d5529a9162
@ -88,7 +88,14 @@
|
|||||||
(string-append "--exec-prefix="
|
(string-append "--exec-prefix="
|
||||||
(assoc-ref %outputs "out")))
|
(assoc-ref %outputs "out")))
|
||||||
|
|
||||||
;; FIXME: There are test failures.
|
#:phases (alist-cons-before
|
||||||
|
'configure 'set-path-to-stty
|
||||||
|
(lambda _
|
||||||
|
(substitute* "configure"
|
||||||
|
(("STTY_BIN=/bin/stty")
|
||||||
|
(string-append "STTY_BIN=" (which "stty")))))
|
||||||
|
%standard-phases)
|
||||||
|
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(home-page "http://expect.nist.gov/")
|
(home-page "http://expect.nist.gov/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
Loading…
Reference in New Issue
Block a user