From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH] gnu: Add xboing Date: Mon, 13 Oct 2014 14:43:03 +0200 Message-ID: <20141013124302.GA11097@jocasta.intra> References: <1413196628-2461-1-git-send-email-jmd@gnu.org> <87wq84cfy3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdey6-0007Mt-Cc for guix-devel@gnu.org; Mon, 13 Oct 2014 08:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdey2-0003lb-7s for guix-devel@gnu.org; Mon, 13 Oct 2014 08:43:18 -0400 Content-Disposition: inline In-Reply-To: <87wq84cfy3.fsf@gnu.org> 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 Court??s Cc: guix-devel@gnu.org, John Darrington On Mon, Oct 13, 2014 at 02:27:48PM +0200, Ludovic Court??s wrote: 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.) This was formatted by emacs using indent-region. Shouldn't that do the job? loading .dir-locals.el results in an error for me. > + (license x11-style))) ???x11-style??? is a procedure, so it should be: (x11-style URI [COMMENT]) Make sure it???s not really ???x11??? or ???expat???. It is neither of those, although similar. The trouble is, I don't think that there is a URI for the license. It is contained in the tarball. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key.