summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-13 00:37:16 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-13 00:37:16 +0100
commitd50f242d508c256cf943d1d5207faaceab3ec8bb (patch)
tree78045fc535fd84d290de63602bfbc6408b4cbc94 /gnu
parent15756a7a12891ee973671611fb0ab62fafcc444e (diff)
downloadguix-d50f242d508c256cf943d1d5207faaceab3ec8bb.tar.gz
gnu: guile-ssh: Remove now unneeded cruft.
* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
  'autoreconf' phase.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ssh.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 2197388902..5d21eeeb01 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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")