gnu: ioquake3: Remove input labels.

* gnu/packages/game-development.scm (ioquake3)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-14 02:00:00 +02:00
parent 5a9c2abf9e
commit ee2657a018
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2152,15 +2152,15 @@ (define-public ioquake3
"1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
(build-system gnu-build-system)
(inputs
`(("sdl2" ,sdl2)
("libjpeg" ,libjpeg-turbo)
("openal" ,openal)
("curl" ,curl)
("opusfile" ,opusfile)
("opus" ,opus)
("libvorbis" ,libvorbis)
("freetype" ,freetype)
("libogg" ,libogg)))
(list curl
freetype
libjpeg-turbo
libogg
libvorbis
openal
opus
opusfile
sdl2))
(native-inputs
(list which ; Else SDL_version.h won't be found.
pkg-config))