diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-20 10:19:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-23 18:33:56 +0800 |
commit | b262b37f06a166b59aaae835c8981cd91f6b3746 (patch) | |
tree | a8ebd8d11acf840bf6ff63a040f1afe35ba1c3a5 /gnu/packages/games.scm | |
parent | 2996a1cc73fb86e8f4126c6a3b48167c492927c8 (diff) | |
download | guix-b262b37f06a166b59aaae835c8981cd91f6b3746.tar.gz |
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.scm | 3 |
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") |