~ruther/guix-local

d50f242d508c256cf943d1d5207faaceab3ec8bb — Ludovic Courtès 12 years ago 15756a7
gnu: guile-ssh: Remove now unneeded cruft.

* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
  'autoreconf' phase.
1 files changed, 0 insertions(+), 6 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +0 -6
@@ 199,12 199,6 @@ Additionally, various channel-specific options can be negotiated.")
     '(#:phases (alist-cons-before
                 'configure 'autoreconf
                 (lambda* (#:key inputs #:allow-other-keys)
                   ;; The 'configure' script would want libssh 0.5.4, but that
                   ;; doesn't exist.
                   (substitute* "configure.ac"
                     (("0\\.5\\.4")
                      "0.5.3"))

                   (substitute* "src/Makefile.am"
                     (("-lssh_threads" match)
                      (string-append "-L" (assoc-ref inputs "libssh")