From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hONWK-0003H6-9t for guix-patches@gnu.org; Wed, 08 May 2019 10:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hONWF-0001Xc-HR for guix-patches@gnu.org; Wed, 08 May 2019 10:26:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hONWF-0001XR-8R for guix-patches@gnu.org; Wed, 08 May 2019 10:26:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hONWD-0006JG-Ve for guix-patches@gnu.org; Wed, 08 May 2019 10:26:03 -0400 Subject: [bug#35633] [PATCH] gnu: Add dolibarr. Resent-Message-ID: From: swedebugia References: Message-ID: <360c43cc-a64d-6fff-a8fe-b3eaa1d513ae@riseup.net> Date: Wed, 8 May 2019 16:25:53 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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: 35633@debbugs.gnu.org On 2019-05-08 15:27, swedebugia wrote: > +    (inputs > +     `(("php" ,php) > +       ("mariadb" ,mariadb))) It also supports postgresql but the sql-scripts are written in mysql-style and translated on the fly. -- Cheers Swedebugia