From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: add GL Date: Mon, 30 Sep 2013 23:41:09 +0200 Message-ID: <8738om56oa.fsf@gnu.org> References: <99e60edde98ace6c1c3f70b068d02e70.squirrel@fulvetta.riseup.net> <87eh865cnv.fsf@gnu.org> <20130930203437.GA23170@debian> 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]:42225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQlIH-0005ez-1W for guix-devel@gnu.org; Mon, 30 Sep 2013 17:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQlIB-0008Ap-HT for guix-devel@gnu.org; Mon, 30 Sep 2013 17:46:16 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQlIB-0008Ak-BD for guix-devel@gnu.org; Mon, 30 Sep 2013 17:46:11 -0400 In-Reply-To: <20130930203437.GA23170@debian> (Andreas Enge's message of "Mon, 30 Sep 2013 22:34:37 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Mon, Sep 30, 2013 at 09:31:48PM +0200, Ludovic Court=C3=A8s wrote: >> youlysses@riseup.net skribis: >> > Attached is a patch to add gl.scm, a set of a applications, extensions, >> > utilities, or what have-you, related to Opengl-- that don't really >> > deserve/fit to be in there own file and/or module. > > When I apply the patch, it creates gl.scm in the main guix directory, not > in gnu/packages. > >> Freeglut still fails to build as you previously reported (did you see my >> reply?): > > So I suspect you still have the old gnu/packages/gl.scm lying around. Ah, that may be the reason. > The new one compiles without problems. Congratulations, Joshua! Excellent! Just fix the file name and commit log, and we=E2=80=99re done! > A tiny point I noticed: Some lines of the file start by a tab; should the= se > not be replaced by spaces? Yes. Ludo=E2=80=99.