all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 62903@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#62903] [PATCH 4/8] gnu: inspircd: Build with mariadb.
Date: Mon, 17 Apr 2023 16:32:25 +0300	[thread overview]
Message-ID: <d021e2fb11d2d4503a14e59fbc801e52004e479e.1681738065.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1681738065.git.efraim@flashner.co.il>

* gnu/packages/irc.scm (inspircd)[inputs]: Remove mysql. Add mariadb:dev.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 4bce2d2d47..e5162cc2c4 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
 ;;; Copyright © 2015, 2017 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Nikita <nikita@n0.is>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -749,7 +749,7 @@ (define-public inspircd
            gnutls
            libmaxminddb
            mbedtls-apache
-           mysql
+           (list mariadb "dev")
            openldap
            openssl
            `(,pcre "bin")
-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





  parent reply	other threads:[~2023-04-17 14:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-17 13:29 [PATCH 0/8] Remove mysql Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 1/8] gnu: sysbench: Build with mariadb Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 2/8] gnu: ghc-mysql: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 3/8] gnu: neko: " Efraim Flashner
2023-04-17 13:32 ` Efraim Flashner [this message]
2023-04-17 13:32 ` [bug#62903] [PATCH 5/8] gnu: ulogd: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 6/8] gnu: opensmtpd-extras: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 7/8] gnu: sbcl-clsql: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 8/8] gnu: cl-clsql: " Efraim Flashner
2023-04-19 10:51 ` [bug#62903] [PATCH 0/8] Remove mysql Andreas Enge
2023-04-19 14:18   ` Efraim Flashner
2023-05-20 19:59 ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d021e2fb11d2d4503a14e59fbc801e52004e479e.1681738065.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=62903@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.