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:
parent
94b876969b
commit
ca89f21a7f
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue