gnu: guile-opengl: Build with Guile 2.2.

* gnu/packages/gl.scm (guile-opengl): Build with Guile 2.2.
master
David Thompson 2017-03-31 13:35:20 -04:00
parent b5b46f87bd
commit 4299409018
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 1 additions and 1 deletions

View File

@ -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)))