[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: gnubik: Add glu to inputs.
From: |
Mark H. Weaver |
Subject: |
02/03: gnu: gnubik: Add glu to inputs. |
Date: |
Fri, 26 Dec 2014 05:57:29 +0000 |
mhw pushed a commit to branch xorg-updates
in repository guix.
commit 276a8f7191b58c89dc6e9ebbed2fd0b1b20e5612
Author: Mark H Weaver <address@hidden>
Date: Fri Dec 26 00:43:47 2014 -0500
gnu: gnubik: Add glu to inputs.
* gnu/packages/games.scm (gnubik): Add glu to inputs.
---
gnu/packages/games.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 900751c..cce2e82 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -112,6 +112,7 @@ representation of the playing board.")
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)
("mesa" ,mesa)
+ ("glu" ,glu)
("libx11" ,libx11)
("guile" ,guile-2.0)
("gtkglext" ,gtkglext)))