diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-26 00:51:56 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-26 00:57:42 -0500 |
commit | 00c0930019229fb360e5f1b7eedca3ff2e52012b (patch) | |
tree | c3f4f3a3991dbeb4a5278dd934aa32f3d8bbe494 | |
parent | 276a8f7191b58c89dc6e9ebbed2fd0b1b20e5612 (diff) | |
download | patches-00c0930019229fb360e5f1b7eedca3ff2e52012b.tar patches-00c0930019229fb360e5f1b7eedca3ff2e52012b.tar.gz |
gnu: pingus: Add glu to inputs.
* gnu/packages/games.scm (pingus): Add glu to inputs.
-rw-r--r-- | 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 cce2e829ce..2dadca620a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -211,6 +211,7 @@ that beneath its ruins lay buried an ancient evil.") ("sdl-image" ,sdl-image) ("sdl-mixer" ,sdl-mixer) ("mesa" ,mesa) + ("glu" ,glu) ("libpng" ,libpng) ("boost" ,boost))) (arguments |