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


Message #101 received at 74522 <at> debbugs.gnu.org (full text, mbox):

From: The Man <squishypinkelephant <at> gmail.com>
To: 74522 <at> debbugs.gnu.org
Cc: The Man <squishypinkelephant <at> gmail.com>
Subject: [PATCH 32/73] move libgl provider from mesa to libglvnd+mesa
Date: Sun, 24 Nov 2024 21:41:25 -0600
Change-Id: Ie06eb727ebaecc7be9ca25a72a0d20cc36702958
---
 gnu/packages/librewolf.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 6517c1953d..5a0b8efb9e 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -503,7 +503,7 @@ (define-public librewolf
                                        (string-append (assoc-ref inputs
                                                                  lib-name)
                                                       "/lib"))
-                                     '("mesa" "pciutils"))))
+                                     '("libgl" "pciutils"))))
                          (wrap-program (car (find-files lib "^glxtest$"))
                            `("LD_LIBRARY_PATH" prefix ,libs)))))
                    (add-after 'install 'patch-config
@@ -565,7 +565,7 @@ (define-public librewolf
                                        (string-append (assoc-ref inputs
                                                                  lib-name)
                                                       "/lib"))
-                                     '("mesa" "libpng-apng" "libnotify" "libva"
+                                     '("libgl" "libpng-apng" "libnotify" "libva"
                                        "pulseaudio" "gtk+" "pipewire"
                                        ;; For U2F and WebAuthn
                                        "eudev")))
@@ -582,7 +582,7 @@ (define-public librewolf
                               (rdd-whitelist (map (cut string-append <> "/")
                                                   (delete-duplicates (append-map
                                                                       runpaths-of-input
-                                                                      '("mesa"
+                                                                      '("libgl"
                                                                         "ffmpeg")))))
                               (gtk-share (string-append (assoc-ref inputs
                                                                    "gtk+")
@@ -674,7 +674,7 @@ (define-public librewolf
                   libxinerama
                   libxscrnsaver
                   libxt
-                  mesa
+                  libgl
                   mit-krb5
                   nspr
                   nss-rapid
-- 
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.