From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOs0Y-0004xn-Tu for guix-patches@gnu.org; Mon, 19 Nov 2018 17:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOs0U-0004xi-W7 for guix-patches@gnu.org; Mon, 19 Nov 2018 17:27:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOs0U-0004xd-T0 for guix-patches@gnu.org; Mon, 19 Nov 2018 17:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOs0U-0008FB-Na for guix-patches@gnu.org; Mon, 19 Nov 2018 17:27:02 -0500 Subject: [bug#33437] [PATCH] Add dune-build-system Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOrzY-0004qP-Gb for guix-patches@gnu.org; Mon, 19 Nov 2018 17:26:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOrzU-0004Yf-JV for guix-patches@gnu.org; Mon, 19 Nov 2018 17:26:04 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:36768) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gOrzU-0004XR-9l for guix-patches@gnu.org; Mon, 19 Nov 2018 17:26:00 -0500 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id ead75328 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 19 Nov 2018 22:23:43 +0000 (UTC) Date: Mon, 19 Nov 2018 23:25:37 +0100 From: Julien Lepiller Message-ID: <20181119232537.66d2a822@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 33437@debbugs.gnu.org Hi, here is a small patch series to add dune-build-system and convert a few packages to it.