gnu: kobodeluxe: Provide missing dependency.

* gnu/packages/games.scm (kobodeluxe)[inputs]: Add GLU.
This commit is contained in:
Marius Bakke 2020-01-26 15:51:23 +01:00
parent 6f85a9c45f
commit cf07ec200c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4177,7 +4177,9 @@ (define-public kobodeluxe
(list (string-append "CPPFLAGS=-I" (list (string-append "CPPFLAGS=-I"
(assoc-ref %build-inputs "sdl-union") (assoc-ref %build-inputs "sdl-union")
"/include/SDL")))) "/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") (synopsis "Shooter with space station destruction")
(description (description
"Kobo Deluxe is an enhanced version of Akira Higuchi's XKobo graphical game "Kobo Deluxe is an enhanced version of Akira Higuchi's XKobo graphical game