GNU bug report logs - #74522
[PATCH 00/73] Moving Guix to libglvnd

Previous Next

Package: guix-patches;

Reported by: The Man <squishypinkelephant <at> gmail.com>

Date: Mon, 25 Nov 2024 03:40:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: The Man <squishypinkelephant <at> gmail.com>
To: 74522 <at> debbugs.gnu.org
Cc: The Man <squishypinkelephant <at> gmail.com>
Subject: [bug#74522] [PATCH 03/73] move libgl provider from mesa to libglvnd+mesa
Date: Sun, 24 Nov 2024 21:40:56 -0600
Change-Id: I6f50b9235e1fa0d6272bfd5925958d5f08baeaf6
---
 gnu/packages/arcan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 114ca772fb..0133b4c79c 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -174,7 +174,7 @@ (define-public arcan-sdl
     (inputs
      (modify-inputs (package-inputs arcan)
        (delete "libdrm")
-       (prepend glu libglvnd mesa sdl2)))
+       (prepend glu libgl sdl2)))
     (arguments
      `(,@(ensure-keyword-arguments
           (package-arguments arcan)
@@ -300,7 +300,7 @@ (define-public xarcan
            libxfont2
            libxkbfile
            libxshmfence
-           mesa
+           libgl
            openssl
            pixman
            xcb-util
-- 
2.46.0





This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.