mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: supertuxkart: Sort inputs alphabetically.
* gnu/packages/games.scm (supertuxkart)[inputs]: Sort alphabetically.
This commit is contained in:
parent
c1e73d074c
commit
c515bbae0c
1 changed files with 9 additions and 9 deletions
|
@ -3499,23 +3499,23 @@ (define-public supertuxkart
|
|||
;; FIXME: needs libopenglrecorder
|
||||
"-DBUILD_RECORDER=0")))
|
||||
(inputs
|
||||
`(("glew" ,glew)
|
||||
("sdl2" ,sdl2)
|
||||
("zlib" ,zlib)
|
||||
("openal" ,openal)
|
||||
("libvorbis" ,libvorbis)
|
||||
`(("curl" ,curl)
|
||||
("freetype" ,freetype)
|
||||
("fribidi" ,fribidi)
|
||||
("glew" ,glew)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("mesa" ,mesa)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libx11" ,libx11)
|
||||
("libxrandr" ,libxrandr)
|
||||
("curl" ,curl)
|
||||
("mesa" ,mesa)
|
||||
("openal" ,openal)
|
||||
("sdl2" ,sdl2)
|
||||
("zlib" ,zlib)
|
||||
;; The following input is needed to build the bundled and modified
|
||||
;; version of irrlicht.
|
||||
("enet" ,enet)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("openssl" ,openssl)
|
||||
("enet" ,enet)))
|
||||
("openssl" ,openssl)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://supertuxkart.net/Main_Page")
|
||||
|
|
Loading…
Reference in a new issue