~ruther/guix-local

d5529a9162be82df2a9d8f7fecd5b0c6916c2c9e — Ludovic Courtès 13 years ago fa39cc0
distro: expect: Provide the right path to `stty'.

* distro/packages/tcl.scm (expect): Add #:phases argument.
1 files changed, 8 insertions(+), 1 deletions(-)

M distro/packages/tcl.scm
M distro/packages/tcl.scm => distro/packages/tcl.scm +8 -1
@@ 88,7 88,14 @@
             (string-append "--exec-prefix="
                            (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"))
    (home-page "http://expect.nist.gov/")
    (synopsis