mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: edgar: Remove input labels.
* gnu/packages/games.scm (edgar)[inputs, native-inputs]: Remove input labels.
This commit is contained in:
parent
cd200a761d
commit
95100cc62b
1 changed files with 8 additions and 8 deletions
|
@ -8784,15 +8784,15 @@ (define-public edgar
|
|||
(search-input-directory inputs "/include/SDL2")
|
||||
":" (or (getenv "CPATH") ""))))))))
|
||||
(inputs
|
||||
`(("sdl2-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
|
||||
("zlib" ,zlib)))
|
||||
(list (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
|
||||
zlib))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("gnu-gettext" ,gettext-minimal)
|
||||
("libtool" ,libtool)
|
||||
("which" ,which)))
|
||||
(list pkg-config
|
||||
autoconf
|
||||
automake
|
||||
gettext-minimal
|
||||
libtool
|
||||
which))
|
||||
(synopsis "2d action platformer game")
|
||||
(description "The Legend of Edgar is a 2D platform game with a persistent world.
|
||||
When Edgar's father fails to return home after venturing out one dark and stormy night,
|
||||
|
|
Loading…
Reference in a new issue