3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ resources). It supports virtualized, parallel, and GPU-based applications.")
#: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)))