gnu: ioquake3: Remove input labels.
* gnu/packages/game-development.scm (ioquake3)[inputs]: Remove input labels.master
parent
5a9c2abf9e
commit
ee2657a018
gnu/packages
|
@ -2152,15 +2152,15 @@ of the others")
|
||||||
"1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
|
"1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl2" ,sdl2)
|
(list curl
|
||||||
("libjpeg" ,libjpeg-turbo)
|
freetype
|
||||||
("openal" ,openal)
|
libjpeg-turbo
|
||||||
("curl" ,curl)
|
libogg
|
||||||
("opusfile" ,opusfile)
|
libvorbis
|
||||||
("opus" ,opus)
|
openal
|
||||||
("libvorbis" ,libvorbis)
|
opus
|
||||||
("freetype" ,freetype)
|
opusfile
|
||||||
("libogg" ,libogg)))
|
sdl2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which ; Else SDL_version.h won't be found.
|
(list which ; Else SDL_version.h won't be found.
|
||||||
pkg-config))
|
pkg-config))
|
||||||
|
|
Reference in New Issue