From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF3xF-0003E0-FV for guix-patches@gnu.org; Tue, 23 Oct 2018 17:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF3xB-00008s-KB for guix-patches@gnu.org; Tue, 23 Oct 2018 17:11:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gF3x8-00006G-9S for guix-patches@gnu.org; Tue, 23 Oct 2018 17:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gF3x8-000344-0d for guix-patches@gnu.org; Tue, 23 Oct 2018 17:11:02 -0400 Subject: [bug#33079] [PATCH 06/34] guix: ocaml: Add package-with-ocaml4.02. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181017223130.775b25fc@lepiller.eu> <20181017203442.7075-1-julien@lepiller.eu> <20181017203442.7075-6-julien@lepiller.eu> Date: Tue, 23 Oct 2018 23:10:15 +0200 In-Reply-To: <20181017203442.7075-6-julien@lepiller.eu> (Julien Lepiller's message of "Wed, 17 Oct 2018 22:34:14 +0200") Message-ID: <87pnw0bc94.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: Julien Lepiller Cc: 33079@debbugs.gnu.org Julien Lepiller skribis: > * guix/build-system/ocaml.scm (default-ocaml4.02, default-ocaml4.02-findl= ib, > package-with-ocaml4.02, strip-ocaml4.02-variant): New variables. Nitpick: the subject should be: build-system/ocaml: Add package-with-ocaml4.02. Apart from that it LGTM! Ludo=E2=80=99.