From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eliiF-00045I-BG for guix-patches@gnu.org; Tue, 13 Feb 2018 17:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eliiA-0002YT-Ck for guix-patches@gnu.org; Tue, 13 Feb 2018 17:06:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33995) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eliiA-0002YM-9H for guix-patches@gnu.org; Tue, 13 Feb 2018 17:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eliiA-0003JX-1q for guix-patches@gnu.org; Tue, 13 Feb 2018 17:06:02 -0500 Subject: [bug#30443] [PATCH] Add colobot Resent-Message-ID: From: Nicolas Goaziou In-Reply-To: <20180213195247.GC1536@jasmine.lan> (Leo Famulari's message of "Tue, 13 Feb 2018 14:52:47 -0500") References: <873725vgpl.fsf@nicolasgoaziou.fr> <20180213195247.GC1536@jasmine.lan> Date: Tue, 13 Feb 2018 23:05:07 +0100 Message-ID: <87zi4czgto.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 30443@debbugs.gnu.org Hello, Leo Famulari writes: > On Tue, Feb 13, 2018 at 02:08:54AM +0100, Nicolas Goaziou wrote: >> Subject: [PATCH] gnu: Add colobot. >> >> * gnu/packages/games.scm (colobot): New variable. > > Thanks! > >> + ("sdl2" ,sdl2) >> + ("sdl2-image", sdl2-image) >> + ("sdl2-ttf" ,sdl2-ttf))) > > I didn't try building or playing the game, but I know that SDL > dependencies often need to be provided in a union using the sdl-union > procedure. So, please make sure this is working :) The game builds and is playable with the current patch. I tested it with guix environment --pure --ad-hoc colobot -- colobot It also builds and is playable with sdl-union. Regards, -- Nicolas Goaziou 0x80A93738