diff options
| author | Paul van der Walt <paul@denknerd.org> | 2015-10-16 18:05:08 +0200 |
|---|---|---|
| committer | Paul van der Walt <paul@denknerd.org> | 2015-10-23 09:10:52 +0200 |
| commit | 894562e3141abb68d877ea4f75b8a80c764cda03 (patch) | |
| tree | de48d29a245a5e2966de8c158aac11abbc98bd2a | |
| parent | c480b85e662cabb8a111873e193ebf27bcac17a0 (diff) | |
gnu: Add ghc-gluraw.
* gnu/packages/haskell.scm (ghc-gluraw): New variable.
| -rw-r--r-- | gnu/packages/haskell.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 49ce141e2fe..e561f4d2ad8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -879,6 +879,30 @@ C header files are needed for building this package. If an API entry is not | |||
| 879 | found at runtime, a userError is thrown.") | 879 | found at runtime, a userError is thrown.") |
| 880 | (license bsd-3))) | 880 | (license bsd-3))) |
| 881 | 881 | ||
| 882 | (define-public ghc-gluraw | ||
| 883 | (package | ||
| 884 | (name "ghc-gluraw") | ||
| 885 | (version "1.5.0.2") | ||
| 886 | (source | ||
| 887 | (origin | ||
| 888 | (method url-fetch) | ||
| 889 | (uri (string-append | ||
| 890 | "http://hackage.haskell.org/package/GLURaw/GLURaw-" | ||
| 891 | version | ||
| 892 | ".tar.gz")) | ||
| 893 | (sha256 | ||
| 894 | (base32 | ||
| 895 | "0gscd9lhp9mb10q8s716nx26m8qng9xbb4h6b3f48zzgkc1sy96x")))) | ||
| 896 | (build-system haskell-build-system) | ||
| 897 | (propagated-inputs | ||
| 898 | `(("ghc-openglraw" ,ghc-openglraw))) | ||
| 899 | (home-page "http://www.haskell.org/haskellwiki/Opengl") | ||
| 900 | (synopsis "Raw Haskell bindings GLU") | ||
| 901 | (description "GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL | ||
| 902 | utility library. It is basically a 1:1 mapping of GLU's C API, intended as a | ||
| 903 | basis for a nicer interface.") | ||
| 904 | (license bsd-3))) | ||
| 905 | |||
| 882 | (define-public ghc-streaming-commons | 906 | (define-public ghc-streaming-commons |
| 883 | (package | 907 | (package |
| 884 | (name "ghc-streaming-commons") | 908 | (name "ghc-streaming-commons") |
