me
/
guix
Archived
1
0
Fork 0

gnu: guile-ssh: Remove now unneeded cruft.

* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
  'autoreconf' phase.
master
Ludovic Courtès 2014-01-13 00:37:16 +01:00
parent 15756a7a12
commit d50f242d50
1 changed files with 0 additions and 6 deletions

View File

@ -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")