[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: add GL
From: |
Andreas Enge |
Subject: |
Re: [PATCH] gnu: add GL |
Date: |
Mon, 30 Sep 2013 22:34:37 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Sep 30, 2013 at 09:31:48PM +0200, Ludovic Courtès wrote:
> address@hidden 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