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

View file

@ -124,6 +124,21 @@ (define-public freeglut
the X-Consortium license.") the X-Consortium license.")
(license license:x11))) (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 (define-public ftgl
(package (package
(name "ftgl") (name "ftgl")