From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOfI8-0006E6-Cq for guix-patches@gnu.org; Fri, 01 Jun 2018 04:20:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOfI2-00034b-QQ for guix-patches@gnu.org; Fri, 01 Jun 2018 04:20:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOfI2-00033r-MR for guix-patches@gnu.org; Fri, 01 Jun 2018 04:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOfI2-0005U8-2K for guix-patches@gnu.org; Fri, 01 Jun 2018 04:20:02 -0400 Subject: [bug#31673] [PATCH] gnu: emacs-emacsql: Replace mysql with mariadb input. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180531210150.7160-1-go.wigust@gmail.com> Date: Fri, 01 Jun 2018 10:18:56 +0200 In-Reply-To: <20180531210150.7160-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Fri, 1 Jun 2018 00:01:50 +0300") Message-ID: <87vab2c427.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 31673@debbugs.gnu.org Hi Oleg, Oleg Pykhalov skribis: > * gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with > 'mariadb'. LGTM! Probably we should stick to a policy regarding mariadb vs. mysql, namely choosing a default and using that in all the packages. (I think we=E2=80= =99ve informally done that already, but doing it formally and systematically would make sense.) Ludo=E2=80=99.