[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/153: gnu: Add ghc-glut.
From: |
Paul |
Subject: |
147/153: gnu: Add ghc-glut. |
Date: |
Wed, 21 Oct 2015 20:51:12 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2dc24fead059357130143a2ff277a1b3d69ba017
Author: Paul van der Walt <address@hidden>
Date: Fri Oct 16 11:51:46 2015 +0200
gnu: Add ghc-glut.
* gnu/packages/haskell.scm (ghc-glut): New variable.
---
gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 792dce0..5ea077a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -913,6 +913,36 @@ needed for building this package. If an API entry is not
found at runtime, a
userError is thrown.")
(license bsd-3)))
+(define-public ghc-glut
+ (package
+ (name "ghc-glut")
+ (version "2.7.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/GLUT/GLUT-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1qfilpc10jm47anan44c20y8mh76f2dv09m5d22gk0f7am7hg4k2"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-statevar" ,ghc-statevar)
+ ("ghc-openglraw" ,ghc-openglraw)))
+ (inputs
+ `(("ghc-opengl" ,ghc-opengl)
+ ("freeglut" ,freeglut)))
+ (home-page
+ "http://www.haskell.org/haskellwiki/Opengl")
+ (synopsis
+ "Bindings for the OpenGL Utility Toolkit")
+ (description
+ "A Haskell binding for the OpenGL Utility Toolkit, a window system
+independent toolkit for writing OpenGL programs.")
+ (license bsd-3)))
+
(define-public ghc-gluraw
(package
(name "ghc-gluraw")
- 119/153: gnu: Add ghc-xss-sanitize., (continued)
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 123/153: gnu: Add ghc-wai-logger., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 124/153: gnu: Add ghc-wai-extra., Paul, 2015/10/21
- 151/153: gnu: Add raincat platform game., Paul, 2015/10/21
- 144/153: gnu: Add ghc-gluraw., Paul, 2015/10/21
- 145/153: gnu: Add ghc-objectname., Paul, 2015/10/21
- 146/153: gnu: Add ghc-opengl., Paul, 2015/10/21
- 147/153: gnu: Add ghc-glut.,
Paul <=
- 153/153: import: hackage: Fix grammar., Paul, 2015/10/21
- 149/153: gnu: Add ghc-sdl-mixer., Paul, 2015/10/21
- 130/153: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/21
- 138/153: gnu: Add ghc-haskell-src., Paul, 2015/10/21
- 137/153: gnu: Add ghc-html., Paul, 2015/10/21
- 142/153: gnu: Add ghc-half., Paul, 2015/10/21
- 141/153: gnu: Add ghc-regex-compat., Paul, 2015/10/21
- 140/153: gnu: Add ghc-regex-posix., Paul, 2015/10/21
- 143/153: gnu: Add ghc-openglraw., Paul, 2015/10/21
- 148/153: gnu: Add ghc-sdl., Paul, 2015/10/21