From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add xboing Date: Mon, 13 Oct 2014 14:27:48 +0200 Message-ID: <87wq84cfy3.fsf@gnu.org> References: <1413196628-2461-1-git-send-email-jmd@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]:49438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdej8-0001n0-HI for guix-devel@gnu.org; Mon, 13 Oct 2014 08:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdeiz-0006Ci-CM for guix-devel@gnu.org; Mon, 13 Oct 2014 08:27:50 -0400 In-Reply-To: <1413196628-2461-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Mon, 13 Oct 2014 12:37:08 +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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > * gnu/packages/games.scm (xboing): New variable. [...] > + (inputs `(("libx11" ,libx11) > + ("libxext" ,libxext) > + ("libxpm" ,libxpm))) > + (native-inputs `(("imake" ,imake) > + ("inetutils" ,inetutils) > + ("makedepend" ,makedepend))) Please align opening parenthesis and use only spaces, no tabs (for Emacs 23 and later, .dir-locals.el normally sets it up.) > + (license x11-style))) =E2=80=98x11-style=E2=80=99 is a procedure, so it should be: (x11-style URI [COMMENT]) Make sure it=E2=80=99s not really =E2=80=98x11=E2=80=99 or =E2=80=98expat= =E2=80=99. TIA, Ludo=E2=80=99.