gnu: Add freeglut-2.8.

* gnu/packages/gl.scm (freeglut-2.8): New variable.
This commit is contained in:
Ricardo Wurmus 2017-04-12 11:30:35 +02:00
parent 44fd838987
commit 0da0f434c6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 15 additions and 0 deletions

View File

@ -124,6 +124,21 @@ the mouse, keyboard and joystick functions. Freeglut is released under
the X-Consortium license.")
(license license:x11)))
;; Needed for "kiki".
(define-public freeglut-2.8
(package (inherit freeglut)
(name "freeglut")
(version "2.8.1")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/freeglut/freeglut/"
version "/freeglut-" version ".tar.gz"))
(sha256
(base32
"16lrxxxd9ps9l69y3zsw6iy0drwjsp6m26d1937xj71alqk6dr6x"))))
(build-system gnu-build-system)))
(define-public ftgl
(package
(name "ftgl")