Archived
1
0
Fork 0

gnu: supertuxkart: Sort inputs alphabetically.

* gnu/packages/games.scm (supertuxkart)[inputs]: Sort alphabetically.
This commit is contained in:
Efraim Flashner 2020-09-21 10:01:02 +03:00
parent c1e73d074c
commit c515bbae0c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3499,23 +3499,23 @@ This game is based on the GPL version of the famous game TuxRacer.")
;; FIXME: needs libopenglrecorder ;; FIXME: needs libopenglrecorder
"-DBUILD_RECORDER=0"))) "-DBUILD_RECORDER=0")))
(inputs (inputs
`(("glew" ,glew) `(("curl" ,curl)
("sdl2" ,sdl2)
("zlib" ,zlib)
("openal" ,openal)
("libvorbis" ,libvorbis)
("freetype" ,freetype) ("freetype" ,freetype)
("fribidi" ,fribidi) ("fribidi" ,fribidi)
("glew" ,glew)
("harfbuzz" ,harfbuzz) ("harfbuzz" ,harfbuzz)
("mesa" ,mesa) ("libvorbis" ,libvorbis)
("libx11" ,libx11) ("libx11" ,libx11)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
("curl" ,curl) ("mesa" ,mesa)
("openal" ,openal)
("sdl2" ,sdl2)
("zlib" ,zlib)
;; The following input is needed to build the bundled and modified ;; The following input is needed to build the bundled and modified
;; version of irrlicht. ;; version of irrlicht.
("enet" ,enet)
("libjpeg" ,libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("openssl" ,openssl) ("openssl" ,openssl)))
("enet" ,enet)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "https://supertuxkart.net/Main_Page") (home-page "https://supertuxkart.net/Main_Page")