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 <[email protected]>
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