unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: iyzsong--- via Bug reports for GNU Guix <bug-guix@gnu.org>
To: guix-patches@gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>,
	65390@debbugs.gnu.org,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: bug#65390: [PATCH] gnu: naev: Fix build.
Date: Sun, 20 Aug 2023 10:19:53 +0800	[thread overview]
Message-ID: <09e0a8350b7c1d1faa1b7d06f6f4d12e69da7689.1692497668.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <ec631cef-128e-b010-b054-7457e8f6dda8@telenet.be>

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





  reply	other threads:[~2023-08-20  2:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19 23:25 bug#65390: naev build failure: validate-runpath failed Maxime Devos
2023-08-20  2:19 ` iyzsong--- via Bug reports for GNU Guix [this message]
2023-08-20  2:27 ` 宋文武 via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=09e0a8350b7c1d1faa1b7d06f6f4d12e69da7689.1692497668.git.iyzsong@member.fsf.org \
    --to=bug-guix@gnu.org \
    --cc=65390@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.org \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).