From d50f242d508c256cf943d1d5207faaceab3ec8bb Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Jan 2014 00:37:16 +0100 Subject: gnu: guile-ssh: Remove now unneeded cruft. * gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from 'autoreconf' phase. --- gnu/packages/ssh.scm | 6 ------ 1 file changed, 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") -- cgit v1.2.3