diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-14 20:08:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-14 20:08:36 +0200 |
commit | 52cb7748cbdb61b87e5c2bbc99e12284f21a304d (patch) | |
tree | 128cbddde41c49778099d04bd836ca881cc18a45 /gnu/packages/ssh.scm | |
parent | 828d3765a71ce1b74d1ab122c84d5c16eabf98b9 (diff) | |
download | patches-52cb7748cbdb61b87e5c2bbc99e12284f21a304d.tar patches-52cb7748cbdb61b87e5c2bbc99e12284f21a304d.tar.gz |
gnu: curl: Remove unused input.
* gnu/packages/curl.scm (curl)[inputs]: Remove LIBSSH2-1.8.0.
* gnu/packages/ssh.scm (libssh2-1.8.0): Remove variable.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index e887cd7e70..a763c6aba2 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -143,24 +143,6 @@ a server that supports the SSH-2 protocol.") (license license:bsd-3) (home-page "https://www.libssh2.org/"))) -;; XXX A hidden special obsolete libssh2 for temporary use in the curl package. -;; <https://bugs.gnu.org/34927> -(define-public libssh2-1.8.0 - (hidden-package - (package - (inherit libssh2) - (version "1.8.0") - (source (origin - (method url-fetch) - (uri (string-append - "https://www.libssh2.org/download/libssh2-" - version ".tar.gz")) - (sha256 - (base32 - "1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr")) - (patches - (search-patches "libssh2-fix-build-failure-with-gcrypt.patch"))))))) - (define-public openssh (package (name "openssh") |