From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: Add minetest. Date: Fri, 05 Sep 2014 22:18:39 +0200 Message-ID: <878ulxvn1c.fsf@gnu.org> References: <1409943198-858-1-git-send-email-dthompson2@worcester.edu> <1409943198-858-3-git-send-email-dthompson2@worcester.edu> 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]:36401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzy3-0002Gb-10 for guix-devel@gnu.org; Fri, 05 Sep 2014 16:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPzxw-0006O6-Tm for guix-devel@gnu.org; Fri, 05 Sep 2014 16:18:46 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzxw-0006O2-Mz for guix-devel@gnu.org; Fri, 05 Sep 2014 16:18:40 -0400 In-Reply-To: <1409943198-858-3-git-send-email-dthompson2@worcester.edu> (David Thompson's message of "Fri, 5 Sep 2014 14:53:18 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > * gnu/packages/games.scm (minetest): New variable. [...] > + (arguments > + '(#:phases (alist-cons-before > + 'configure 'set-cpath > + (lambda* (#:key inputs #:allow-other-keys) > + ;; Adjust the CPATH so that cmake can find irrlicht, > + ;; openal, and curl headers. Why is this needed? Doesn=E2=80=99t CMake use `pkg-config openal --cflags`= and similar? Perhaps =E2=80=98set-path-environment-variable=E2=80=99 could be used, as d= one for Abbaye? > + (description > + "Minetest is an infinite-world block sandbox game and a game engine= .") Please expound a bit. Thanks, Ludo=E2=80=99.