From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8MB1-0003Li-Da for guix-patches@gnu.org; Sat, 28 Oct 2017 04:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8MAw-0008AU-G3 for guix-patches@gnu.org; Sat, 28 Oct 2017 04:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8MAw-0008AK-CE for guix-patches@gnu.org; Sat, 28 Oct 2017 04:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8MAw-0000fA-3m for guix-patches@gnu.org; Sat, 28 Oct 2017 04:09:02 -0400 Subject: [bug#29034] [PATCH 1/5] gnu: Add ocaml-jbuilder. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) In-Reply-To: <87o9osdv8r.fsf@gmail.com> (Peter Kreye's message of "Thu, 26 Oct 2017 17:02:49 -0500") References: <87po98dw5y.fsf@gmail.com> <87o9osdv8r.fsf@gmail.com> Date: Sat, 28 Oct 2017 10:08:44 +0200 Message-ID: <878tfv7kz7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Peter Kreye Cc: 29034@debbugs.gnu.org Hello, Peter Kreye skribis: > * gnu/packages/ocaml.scm (ocaml-jbuilder): New variable. Applied!