guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: mysql: Fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: mysql: Fix build.
Date: Mon, 17 Apr 2023 06:00:15 -0400

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

glv pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 1c86be2fd6 gnu: mysql: Fix build.
1c86be2fd6 is described below

commit 1c86be2fd69d84f536518cc5e4a32c067e851709
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 17 11:55:12 2023 +0200

    gnu: mysql: Fix build.
    
    The version of mysql currently packaged doesn't support openssl-3.
    
    * gnu/packages/databases.scm (mysql)[inputs]: Replace openssl by 
openssl-1.1.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c55d23aeb0..5a1f17aa7a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -885,7 +885,7 @@ auto-completion and syntax highlighting.")
            libaio
            libtirpc
            ncurses
-           openssl
+           openssl-1.1
            procps
            rpcsvc-proto ; rpcgen
            sed



reply via email to

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