From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2vgQ-0003ON-1x for guix-patches@gnu.org; Fri, 13 Oct 2017 04:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2vgM-0005y3-0g for guix-patches@gnu.org; Fri, 13 Oct 2017 04:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2vgL-0005xk-T5 for guix-patches@gnu.org; Fri, 13 Oct 2017 04:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2vgL-00076R-LQ for guix-patches@gnu.org; Fri, 13 Oct 2017 04:51:01 -0400 Subject: [bug#28794] [PATCH] gnu: games: Add openrct2. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 13 Oct 2017 10:50:17 +0200 In-Reply-To: (Rutger Helling's message of "Thu, 12 Oct 2017 10:32:06 +0200") Message-ID: <87d15rqvna.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Rutger Helling Cc: 28794@debbugs.gnu.org Hi Rutger, Rutger Helling skribis: > From 12255f73d23a078fc2da099f22564e20cf3c69cc Mon Sep 17 00:00:00 2001 > From: Rutger Helling > Date: Thu, 12 Oct 2017 10:22:27 +0200 > Subject: [PATCH] gnu: games: Add openrct2. > > * gnu/packages/games.scm (openrct2): New variable. The patch LGTM. However, when starting the program, it says that it needs files (supposedly artwork) from the original RollerCoaster Tycoon=C2=A02 and exits immediately. That makes the package useless in the absence of these presumably non-free files. Looking at , I think we cannot really consider these files to be non-functional data because the software doesn=E2=80=99t do anything if they are missing. So I wonder whether it makes sense to include it in Guix as-is. WDYT? Do you know what Debian or other free distros do? Thank you, Ludo=E2=80=99.