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:
parent
688d99282b
commit
ecb4f4d015
1 changed files with 1 additions and 1 deletions
|
@ -3088,7 +3088,7 @@ that:
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list googletest))
|
(list googletest))
|
||||||
(inputs
|
(inputs
|
||||||
(append (list openssl)
|
(append (list openssl-1.1)
|
||||||
(if (supported-package? rdma-core)
|
(if (supported-package? rdma-core)
|
||||||
(list rdma-core)
|
(list rdma-core)
|
||||||
'())))
|
'())))
|
||||||
|
|
Reference in a new issue