mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
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 @@ (define-public pioneer
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("assimp" ,assimp)
|
||||
("curl" ,curl)
|
||||
("freetype" ,freetype)
|
||||
("glew" ,glew)
|
||||
("glu" ,glu)
|
||||
("libpng" ,libpng)
|
||||
("libsigc++" ,libsigc++)
|
||||
("libvorbis" ,libvorbis)
|
||||
("lua" ,lua-5.2) ;not compatible with 5.3
|
||||
("mesa" ,mesa)
|
||||
("sdl" ,(sdl-union (list sdl2 sdl2-image)))))
|
||||
(list assimp
|
||||
curl
|
||||
freetype
|
||||
glew
|
||||
glu
|
||||
libpng
|
||||
libsigc++
|
||||
libvorbis
|
||||
lua-5.2 ;not compatible with 5.3
|
||||
mesa
|
||||
(sdl-union (list sdl2 sdl2-image))))
|
||||
(arguments
|
||||
`(#:tests? #f ;tests are broken
|
||||
#:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
|
||||
|
|
Loading…
Reference in a new issue