From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 1/2] gnu: Add physfs. Date: Mon, 5 Oct 2015 19:07:37 -0400 Message-ID: References: <87y4fijvh2.fsf@gmail.com> <87r3l958he.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjErW-0001TL-Tz for guix-devel@gnu.org; Mon, 05 Oct 2015 19:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjEr4-0001rM-UM for guix-devel@gnu.org; Mon, 05 Oct 2015 19:07:42 -0400 Received: from mail-yk0-f179.google.com ([209.85.160.179]:35908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjEr4-0001rG-Q4 for guix-devel@gnu.org; Mon, 05 Oct 2015 19:07:38 -0400 Received: by ykdt18 with SMTP id t18so186826702ykd.3 for ; Mon, 05 Oct 2015 16:07:38 -0700 (PDT) In-Reply-To: <87r3l958he.fsf@gmail.com> 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: Alex Kost Cc: guix-devel On Mon, Oct 5, 2015 at 5:08 PM, Alex Kost wrote: > 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. Yes, that's fine I think. I never such a distinction in my mind about this, but maybe someone else does. - Dave