[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: gnubg: Add glu to inputs.
From: |
Mark H. Weaver |
Subject: |
01/03: gnu: gnubg: 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 6a95024c0a066481870d5ee1520e25b358cf587b
Author: Mark H Weaver <address@hidden>
Date: Fri Dec 26 00:43:05 2014 -0500
gnu: gnubg: Add glu to inputs.
* gnu/packages/games.scm (gnubg): Add glu to inputs.
---
gnu/packages/games.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index db878b0..900751c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2014 Sylvain Beucler <address@hidden>
;;; Copyright © 2014 Ludovic Courtès <address@hidden>
;;; Copyright © 2014 Sou Bunnbu <address@hidden>
+;;; Copyright © 2014 Mark H Weaver <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -81,6 +82,7 @@
("readline" ,readline)
("gtk+" ,gtk+-2)
("mesa" ,mesa)
+ ("glu" ,glu)
("gtkglext" ,gtkglext)
("sqlite" ,sqlite)
("libcanberra" ,libcanberra)))