guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: boinc-server: Use a supported version of Ope


From: guix-commits
Subject: branch master updated: gnu: boinc-server: Use a supported version of OpenSSL.
Date: Wed, 17 Feb 2021 16:21:07 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ca89f21  gnu: boinc-server: Use a supported version of OpenSSL.
ca89f21 is described below

commit ca89f21a7f6641569034611763a2a06b24e8ce43
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 17 16:19:23 2021 -0500

    gnu: boinc-server: Use a supported version of OpenSSL.
    
    * gnu/packages/distributed.scm (boinc-server)[inputs]: Replace
    openssl-1.0 with openssl.
---
 gnu/packages/distributed.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index 0e5fe5e..e6dab08 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]