gnu: curl: Use hidden-package for curl's libssh2.
This is a followup to commitsc1f4e6491c
andaf8f7eb4f2
. * gnu/packages/curl.scm (libssh2-1.8.0): Use hidden-package.
This commit is contained in:
parent
decea6eef0
commit
b47e5a6cc3
1 changed files with 15 additions and 14 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue