From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq. Date: Fri, 05 Jun 2015 01:05:39 -0400 Message-ID: <87zj4ehhi4.fsf@netris.org> References: <87k2vlqiem.fsf@netris.org> <873827qjmw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0jpQ-00079A-GI for guix-devel@gnu.org; Fri, 05 Jun 2015 01:06:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0jpN-0008W1-6t for guix-devel@gnu.org; Fri, 05 Jun 2015 01:06:00 -0400 In-Reply-To: <873827qjmw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 04 Jun 2015 22:54:47 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> From b9d2f69ef9b51fc8b987fe703e507bf3603b875a Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Sat, 30 May 2015 14:59:54 -0400 >> Subject: [PATCH 2/5] gnu: Add camlp5. >> >> * gnu/packages/ocaml.scm (camlp5): New variable. > > OK. > >> + (inputs >> + `(("ocaml" ,ocaml))) > > I suppose in theory it should be both a native input and an input, but > it doesn=E2=80=99t really matter in practice. Yes, I thought about this, but realized that cross-compilation was unlikely to work without much more work, so I punted for now. Anyway, I pushed a slightly improved version of these patches. Thanks, Mark