unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69923] [PATCH] gnu: arcan-sdl: Add missing inputs.
@ 2024-03-20 21:34 David Elsing
  2024-03-21  0:46 ` Skyler Ferris via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Elsing @ 2024-03-20 21:34 UTC (permalink / raw)
  To: skyvine, 69923; +Cc: David Elsing

* gnu/packages/arcan.scm (arcan-sdl)[inputs]: Add glu, libglvnd and mesa.
---
Hello,

I found the problem: The glu, libglvnd and mesa packages are
additionally required, now the build succeeds.

Cheers,
David
 gnu/packages/arcan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 4ca76edbec..dfc211ae9c 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -171,7 +171,7 @@ (define-public arcan-sdl
     (inputs
      (modify-inputs (package-inputs arcan)
        (delete "libdrm")
-       (prepend sdl)))
+       (prepend glu libglvnd mesa sdl)))
     (arguments
      `(,@(ensure-keyword-arguments
           (package-arguments arcan)
-- 
2.41.0





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

end of thread, other threads:[~2024-03-22 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 21:34 [bug#69923] [PATCH] gnu: arcan-sdl: Add missing inputs David Elsing
2024-03-21  0:46 ` Skyler Ferris via Guix-patches via
2024-03-21  1:17 ` [bug#69923] arcan-sdl Ahmad Draidi via Guix-patches via
2024-03-22 20:23   ` David Elsing
2024-03-22 10:34 ` bug#69923: [PATCH] gnu: arcan-sdl: Add missing inputs Ludovic Courtès

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).