From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 1/2] gnu: Add physfs. Date: Tue, 06 Oct 2015 00:08:29 +0300 Message-ID: <87r3l958he.fsf@gmail.com> References: <87y4fijvh2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCzr-00060S-LM for guix-devel@gnu.org; Mon, 05 Oct 2015 17:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjCzo-0000KA-FP for guix-devel@gnu.org; Mon, 05 Oct 2015 17:08:35 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:34766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCzo-0000JU-7n for guix-devel@gnu.org; Mon, 05 Oct 2015 17:08:32 -0400 Received: by labzv5 with SMTP id zv5so133025730lab.1 for ; Mon, 05 Oct 2015 14:08:30 -0700 (PDT) In-Reply-To: (David Thompson's message of "Mon, 5 Oct 2015 12:19:55 -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: "Thompson, David" Cc: guix-devel Thompson, David (2015-10-05 19:19 +0300) wrote: > On Sun, Oct 4, 2015 at 3:15 PM, Alex Kost wrote: >> Is there a suitable module for this library? > > It's intended for video games, so how about (gnu packages game-development)? I thought that game-development is intended only for the tools that are useful for developing games, not the ones that are needed at the game run-time, and that's why (gnu packages games) doesn't include game-development module. But if it's OK to use (gnu packages game-development) in (gnu packages games), I will move physfs there. -- Alex