mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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 @@ (define-public boinc-server
|
||||||
#:tests? #f)) ; FIXME: Looks like bad test syntax in the
|
#:tests? #f)) ; FIXME: Looks like bad test syntax in the
|
||||||
; source package, 2 tests fail. Disable for
|
; source package, 2 tests fail. Disable for
|
||||||
; now.
|
; now.
|
||||||
(inputs `(("openssl" ,openssl-1.0)
|
(inputs `(("openssl" ,openssl)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("mariadb:dev" ,mariadb "dev")
|
("mariadb:dev" ,mariadb "dev")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Reference in a new issue