1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gloo: Use OpenSSL 1.1.

* gnu/packages/machine-learning.scm (gloo)[inputs]: Use openssl-1.1 instead of
openssl.
This commit is contained in:
Ricardo Wurmus
2023-04-27 20:58:26 +02:00
parent 688d99282b
commit ecb4f4d015

View File

@@ -3088,7 +3088,7 @@ that:
(native-inputs
(list googletest))
(inputs
(append (list openssl)
(append (list openssl-1.1)
(if (supported-package? rdma-core)
(list rdma-core)
'())))