From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: add GL Date: Mon, 30 Sep 2013 22:34:37 +0200 Message-ID: <20130930203437.GA23170@debian> References: <99e60edde98ace6c1c3f70b068d02e70.squirrel@fulvetta.riseup.net> <87eh865cnv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQkBi-0005xq-6b for guix-devel@gnu.org; Mon, 30 Sep 2013 16:35:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQkBC-0000su-4f for guix-devel@gnu.org; Mon, 30 Sep 2013 16:35:26 -0400 Content-Disposition: inline In-Reply-To: <87eh865cnv.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Sep 30, 2013 at 09:31:48PM +0200, Ludovic Courtès 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. The new one compiles without problems. Congratulations, Joshua! A tiny point I noticed: Some lines of the file start by a tab; should these not be replaced by spaces? Andreas