gnu: naev: Fix build.

* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union.
Remove sdl2-mixer.
This commit is contained in:
宋文武 2023-08-20 10:19:53 +08:00
parent 2996a1cc73
commit b262b37f06
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -8250,7 +8250,8 @@ (define-public naev
physfs
python
python-pyyaml
(sdl-union (list sdl2 sdl2-image sdl2-mixer))
sdl2
sdl2-image
suitesparse))
(home-page "https://naev.org/")
(synopsis "Game about space exploration, trade and combat")