mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libssh: Switch from libgcrypt to openssl.
libgcrypt support has been deprecated by the libssh maintainers (see: https://gitlab.com/libssh/libssh-mirror/-/blob/master/CMakeLists.txt?ref_type=heads#L53). * gnu/packages/ssh.scm (libssh) [configure-flags]: Remove -DWITH_GCRYPT=ON. [inputs]: Replace libgcrypt with openssh. Change-Id: I8d220ade1019847879e4df35dec833aebb0dabfe
This commit is contained in:
parent
9acef235e1
commit
a6dde24bff
1 changed files with 2 additions and 3 deletions
|
@ -161,8 +161,7 @@ file names.
|
|||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-DWITH_GCRYPT=ON"
|
||||
#$@(if (%current-target-system)
|
||||
#~(list #$@(if (%current-target-system)
|
||||
#~()
|
||||
#~("-DUNIT_TESTING=ON"))
|
||||
#$@(if (and (%current-target-system)
|
||||
|
@ -191,7 +190,7 @@ file names.
|
|||
(lambda _
|
||||
(setenv "HOME" "/"))))))
|
||||
(native-inputs (list cmocka))
|
||||
(inputs (list bash-minimal mit-krb5 libgcrypt zlib))
|
||||
(inputs (list bash-minimal mit-krb5 openssl zlib))
|
||||
(synopsis "SSH client library")
|
||||
(description
|
||||
"libssh is a C library implementing the SSHv2 and SSHv1 protocol for client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue