mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: naev: Fix build.
* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union. Remove sdl2-mixer.
This commit is contained in:
parent
2996a1cc73
commit
b262b37f06
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue