iyzsong pushed a commit to branch master
in repository guix.

commit b262b37f06a166b59aaae835c8981cd91f6b3746
Author: 宋文武 <[email protected]>
AuthorDate: Sun Aug 20 10:19:53 2023 +0800

    gnu: naev: Fix build.
    
    * gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union.
    Remove sdl2-mixer.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5c3fe22a24..10a3b919ba 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8250,7 +8250,8 @@ ncurses for text display.")
            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")

Reply via email to