[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: kobodeluxe: Provide missing dependency.
From: |
guix-commits |
Subject: |
01/02: gnu: kobodeluxe: Provide missing dependency. |
Date: |
Sun, 26 Jan 2020 10:30:41 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit cf07ec200c0921ede70082f0c78988553e94fd6c
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 26 15:51:23 2020 +0100
gnu: kobodeluxe: Provide missing dependency.
* gnu/packages/games.scm (kobodeluxe)[inputs]: Add GLU.
---
gnu/packages/games.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f348caf..c05503c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4177,7 +4177,9 @@ symbols, it still needs graphics to render the
non-euclidean world.")
(list (string-append "CPPFLAGS=-I"
(assoc-ref %build-inputs "sdl-union")
"/include/SDL"))))
- (inputs `(("sdl-union" ,(sdl-union (list sdl sdl-image)))))
+ (inputs
+ `(("glu" ,glu)
+ ("sdl-union" ,(sdl-union (list sdl sdl-image)))))
(synopsis "Shooter with space station destruction")
(description
"Kobo Deluxe is an enhanced version of Akira Higuchi's XKobo graphical
game