unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65390: [PATCH] gnu: naev: Fix build.
       [not found] <ec631cef-128e-b010-b054-7457e8f6dda8@telenet.be>
@ 2023-08-20  2:19 ` iyzsong--- via Bug reports for GNU Guix
  2023-08-23 11:05   ` bug#65395: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Bug reports for GNU Guix @ 2023-08-20  2:19 UTC (permalink / raw)
  To: guix-patches
  Cc: 宋文武, 65390, Liliana Marie Prikler,
	宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* 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 a5fa19fc20..38f9343499 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8242,7 +8242,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")

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65395: [PATCH] gnu: naev: Fix build.
  2023-08-20  2:19 ` bug#65390: [PATCH] gnu: naev: Fix build iyzsong--- via Bug reports for GNU Guix
@ 2023-08-23 11:05   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-23 11:05 UTC (permalink / raw)
  To: 65395-done; +Cc: 宋文武, Liliana Marie Prikler, 65390-done

iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union.
> Remove sdl2-mixer.

Pushed now, closing.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-23 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ec631cef-128e-b010-b054-7457e8f6dda8@telenet.be>
2023-08-20  2:19 ` bug#65390: [PATCH] gnu: naev: Fix build iyzsong--- via Bug reports for GNU Guix
2023-08-23 11:05   ` bug#65395: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).