From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8MDv-0003hh-1r for guix-patches@gnu.org; Sat, 28 Oct 2017 04:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8MDq-0001lI-2K for guix-patches@gnu.org; Sat, 28 Oct 2017 04:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57572) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8MDp-0001lE-UZ for guix-patches@gnu.org; Sat, 28 Oct 2017 04:12:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8MDp-0000ji-Pc for guix-patches@gnu.org; Sat, 28 Oct 2017 04:12:01 -0400 Subject: [bug#29034] [PATCH 2/5] gnu: Add ocaml-zed. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87po98dw5y.fsf@gmail.com> <87mv4cdv6a.fsf@gmail.com> Date: Sat, 28 Oct 2017 10:11:28 +0200 In-Reply-To: <87mv4cdv6a.fsf@gmail.com> (Peter Kreye's message of "Fri, 27 Oct 2017 18:31:57 -0500") Message-ID: <874lqj7kun.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 Peter Kreye skribis: > * gnu/packages/ocaml.scm (ocaml-zed): New variable. Applied!