gnu: boinc-server: Use a supported version of OpenSSL.

* gnu/packages/distributed.scm (boinc-server)[inputs]: Replace
openssl-1.0 with openssl.
This commit is contained in:
Leo Famulari 2021-02-17 16:19:23 -05:00
parent 94b876969b
commit ca89f21a7f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -89,7 +89,7 @@ (define-public boinc-server
#:tests? #f)) ; FIXME: Looks like bad test syntax in the
; source package, 2 tests fail. Disable for
; now.
(inputs `(("openssl" ,openssl-1.0)
(inputs `(("openssl" ,openssl)
("curl" ,curl)
("mariadb:dev" ,mariadb "dev")
("zlib" ,zlib)))