gnu: pioneer: Remove input labels.
* gnu/packages/games.scm (pioneer)[inputs]: Remove input labels.
This commit is contained in:
parent
95100cc62b
commit
ace78ef294
1 changed files with 11 additions and 11 deletions
|
@ -7169,17 +7169,17 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("assimp" ,assimp)
|
(list assimp
|
||||||
("curl" ,curl)
|
curl
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("glew" ,glew)
|
glew
|
||||||
("glu" ,glu)
|
glu
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libsigc++" ,libsigc++)
|
libsigc++
|
||||||
("libvorbis" ,libvorbis)
|
libvorbis
|
||||||
("lua" ,lua-5.2) ;not compatible with 5.3
|
lua-5.2 ;not compatible with 5.3
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("sdl" ,(sdl-union (list sdl2 sdl2-image)))))
|
(sdl-union (list sdl2 sdl2-image))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;tests are broken
|
`(#:tests? #f ;tests are broken
|
||||||
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
||||||
|
|
Reference in a new issue