davexunit pushed a commit to branch master
in repository guix.

commit 429940901899f089f4753550d78764836f5c8280
Author: David Thompson <da...@gnu.org>
Date:   Fri Mar 31 13:35:20 2017 -0400

    gnu: guile-opengl: Build with Guile 2.2.
    
    * gnu/packages/gl.scm (guile-opengl): Build with Guile 2.2.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a3862f1..7da6d7e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -420,7 +420,7 @@ extension functionality is exposed in a single header 
file.")
                "13qfx4xh8baryxqrv986l848ygd0piqwm6s2s90pxk9c0m9vklim"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("guile" ,guile-2.0)
+    (inputs `(("guile" ,guile-2.2)
               ("mesa" ,mesa)
               ("glu" ,glu)
               ("freeglut" ,freeglut)))

Reply via email to