diff options
author | Joshua S. Grant <youlysses@riseup.net> | 2013-09-29 15:49:53 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-05 23:21:57 +0200 |
commit | daca86660f9a83d87343c739400a0fd969087904 (patch) | |
tree | 94ad3cb18d2371c8310b0bcc0e2b59e1c7770330 /gnu-system.am | |
parent | 5ccca0044e719069f4d5cc0d42ec959e6cda2417 (diff) | |
download | guix-daca86660f9a83d87343c739400a0fd969087904.tar guix-daca86660f9a83d87343c739400a0fd969087904.tar.gz |
gnu: Add freeglut, glu, and FTGL.
* gnu/packages/gl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 74e3690e2d..37a174cbca 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -67,6 +67,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/gettext.scm \ gnu/packages/ghostscript.scm \ gnu/packages/gkrellm.scm \ + gnu/packages/gl.scm \ gnu/packages/glib.scm \ gnu/packages/global.scm \ gnu/packages/gnome.scm \ |