From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH] gnu: Add abbaye Date: Thu, 01 May 2014 07:45:31 -0400 Message-ID: <87tx99hgdg.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> References: <878uqmwcom.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <87d2fx3h2a.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]:41635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfpQv-0004NR-Q3 for guix-devel@gnu.org; Thu, 01 May 2014 07:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfpQm-0003ix-AL for guix-devel@gnu.org; Thu, 01 May 2014 07:45:45 -0400 Received: from na3sys009aog115.obsmtp.com ([74.125.149.238]:52705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfpQl-0003iY-P5 for guix-devel@gnu.org; Thu, 01 May 2014 07:45:36 -0400 Received: by mail-qa0-f45.google.com with SMTP id hw13so2618805qab.32 for ; Thu, 01 May 2014 04:45:34 -0700 (PDT) In-Reply-To: <87d2fx3h2a.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 =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > David Thompson skribis: > >> From 040828eabadf401743c4811c26dfb9220f8052d0 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 30 Apr 2014 20:36:32 -0400 >> Subject: [PATCH 2/2] gnu: Add abbaye. >> >> * gnu/packages/games.scm (abbaye): New variable. > > Minor comments: > >> gnu/packages/games.scm | 63 +++++++++++++++++++++++++++++++++++++++++++= +++++++ >> 1 file changed, 63 insertions(+) >> >> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm >> index 46fbd21..3caef32 100644 >> --- a/gnu/packages/games.scm >> +++ b/gnu/packages/games.scm > > Please add add a copyright line for you in this file. > >> + ;; Modify CPATH variable to point to include/SDL for= SDL header >> + ;; files. >> + (set-path-environment-variable "CPATH" >> + '("include/SDL") >> + input-directories)) > > So the crux of the problem is that this package doesn=E2=80=99t use pkg-c= onfig, > right? > >> + (description "l'Abbaye des Morts is a 2D platform game set in 13th = century > > Capital =E2=80=9CL=E2=80=9D. > > OK to push with these changes. > > Thank you! > > Ludo=E2=80=99. Thanks for the feedback. Fixed and pushed. - Dave