Archived
1
0
Fork 0

gnu: pioneer: Remove input labels.

* gnu/packages/games.scm (pioneer)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 01:31:23 +01:00
parent 95100cc62b
commit ace78ef294
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"