mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
828d3765a7
commit
52cb7748cb
2 changed files with 0 additions and 23 deletions
|
@ -64,11 +64,6 @@
|
|||
"doc")) ;1.2 MiB of man3 pages
|
||||
(inputs `(("gnutls" ,gnutls)
|
||||
("libidn" ,libidn)
|
||||
;; TODO XXX <https://bugs.gnu.org/34927>
|
||||
;; Curl doesn't actually use or refer to libssh2 because the build
|
||||
;; is not configured with '--with-libssh2'. Remove this input when
|
||||
;; a mass rebuild is appropriate (e.g. core-updates).
|
||||
("libssh2" ,libssh2-1.8.0)
|
||||
("openldap" ,openldap)
|
||||
("mit-krb5" ,mit-krb5)
|
||||
("nghttp2" ,nghttp2 "lib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue