mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: openttd-engine: Drop labels from inputs.
* gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
This commit is contained in:
parent
f044d951b0
commit
a1acec2fe9
1 changed files with 9 additions and 9 deletions
|
@ -4262,15 +4262,15 @@ (define openttd-engine
|
|||
"1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("allegro" ,allegro)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("icu4c" ,icu4c)
|
||||
("libpng" ,libpng)
|
||||
("lzo" ,lzo)
|
||||
("sdl" ,sdl)
|
||||
("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
(list allegro
|
||||
fontconfig
|
||||
freetype
|
||||
icu4c
|
||||
libpng
|
||||
lzo
|
||||
sdl
|
||||
xz
|
||||
zlib))
|
||||
(synopsis "Transportation economics simulator game")
|
||||
(description "OpenTTD is a game in which you transport goods and
|
||||
passengers by land, water and air. It is a re-implementation of Transport
|
||||
|
|
Loading…
Reference in a new issue