me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/distributed.scm (boinc-server)[inputs]: Replace
openssl-1.0 with openssl.
master
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
1 changed files with 1 additions and 1 deletions

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)))