From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v2] gnu: Add OCaml. licenses: Add QPL. Date: Thu, 24 Jan 2013 00:06:19 +0100 Message-ID: <87fw1rsdn8.fsf@gnu.org> References: <87mww28f2x.fsf@gnu.org> <1358972182-3306-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty9P3-0008Du-PY for bug-guix@gnu.org; Wed, 23 Jan 2013 18:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty9Ow-000391-JA for bug-guix@gnu.org; Wed, 23 Jan 2013 18:06:45 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:50683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty9Ow-00038x-CN for bug-guix@gnu.org; Wed, 23 Jan 2013 18:06:38 -0500 In-Reply-To: <1358972182-3306-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 23 Jan 2013 21:16:22 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org > Thanks, that worked. Here is a second version of the patch, which seems t= o work. Applied, thanks! I took the liberty to change the following: > + (inputs > + `(("perl", perl) > + )) No hanging parenthesis, and comma right before =E2=80=98perl=E2=80=99. > + (home-page "http://www.ocaml.org/") Changed to caml.inria.fr, which is the Really Official web site, AIUI. Ludo=E2=80=99.