aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-08-20 10:19:53 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-23 18:33:56 +0800
commitb262b37f06a166b59aaae835c8981cd91f6b3746 (patch)
treea8ebd8d11acf840bf6ff63a040f1afe35ba1c3a5 /gnu/packages/games.scm
parent2996a1cc73fb86e8f4126c6a3b48167c492927c8 (diff)
downloadguix-b262b37f06a166b59aaae835c8981cd91f6b3746.tar.gz
guix-b262b37f06a166b59aaae835c8981cd91f6b3746.zip
gnu: naev: Fix build.
* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union. Remove sdl2-mixer.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm3
1 files changed, 2 insertions, 1 deletions
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")