summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-04 08:48:03 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-10-04 08:48:55 +0200
commit4262d178a79f86d6a12c9c4cab8a3ba4e3a18f9b (patch)
tree32c434f1025bb8a565573754793624eb3a484934 /gnu/packages/games.scm
parentd910d584b7aca81834d8b85897942809cbd74b13 (diff)
downloadpatches-4262d178a79f86d6a12c9c4cab8a3ba4e3a18f9b.tar
patches-4262d178a79f86d6a12c9c4cab8a3ba4e3a18f9b.tar.gz
gnu: raincat: Add missing input.
* gnu/packages/games.scm (raincat)[inputs]: Add freeglut.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index da0abe15b1..71157d6bb8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1185,6 +1185,7 @@ on the screen and keyboard to display letters.")
("ghc-mtl" ,ghc-mtl)
("ghc-random" ,ghc-random)
("ghc-glut" ,ghc-glut)
+ ("freeglut" ,freeglut)
("ghc-opengl" ,ghc-opengl)
("ghc-sdl" ,ghc-sdl)
("ghc-sdl-image" ,ghc-sdl-image)