gnu: openttd-engine: Drop labels from inputs.

* gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
This commit is contained in:
Liliana Marie Prikler 2022-04-16 00:26:30 +02:00
parent f044d951b0
commit a1acec2fe9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -4262,15 +4262,15 @@ (define openttd-engine
"1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5")))) "1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("allegro" ,allegro) (list allegro
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("icu4c" ,icu4c) icu4c
("libpng" ,libpng) libpng
("lzo" ,lzo) lzo
("sdl" ,sdl) sdl
("xz" ,xz) xz
("zlib" ,zlib))) zlib))
(synopsis "Transportation economics simulator game") (synopsis "Transportation economics simulator game")
(description "OpenTTD is a game in which you transport goods and (description "OpenTTD is a game in which you transport goods and
passengers by land, water and air. It is a re-implementation of Transport passengers by land, water and air. It is a re-implementation of Transport