Archived
1
0
Fork 0

gnu: curl: Use hidden-package for curl's libssh2.

This is a followup to commits c1f4e6491c
and af8f7eb4f2.

* gnu/packages/curl.scm (libssh2-1.8.0): Use hidden-package.
This commit is contained in:
Leo Famulari 2019-03-21 16:31:33 -04:00
parent decea6eef0
commit b47e5a6cc3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -50,7 +50,8 @@
;; XXX A hidden special obsolete libssh2 for temporary use in the curl package. ;; XXX A hidden special obsolete libssh2 for temporary use in the curl package.
;; <https://bugs.gnu.org/34927> ;; <https://bugs.gnu.org/34927>
(define libssh2-1.8.0 (define-public libssh2-1.8.0
(hidden-package
(package (package
(inherit libssh2) (inherit libssh2)
(version "1.8.0") (version "1.8.0")
@ -63,7 +64,7 @@
(base32 (base32
"1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr")) "1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr"))
(patches (patches
(search-patches "libssh2-fix-build-failure-with-gcrypt.patch")))))) (search-patches "libssh2-fix-build-failure-with-gcrypt.patch")))))))
(define-public curl (define-public curl
(package (package