GNU bug report logs - #75499
[PATCH 0/3] gnu: librewolf: Update to 133.0.3-1.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Sat, 11 Jan 2025 17:28:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


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

From: Ian Eure <ian <at> retrospec.tv>
To: 75499 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH v2 3/4] gnu: librewolf: Tidy code formatting.
Date: Tue, 21 Jan 2025 19:45:50 -0800
* gnu/packages/librewolf.scm (librewolf): Tidy code formatting.

Change-Id: I0341da820f170c26888800ea433e539f2a6a2520
---
 gnu/packages/librewolf.scm | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 98bd6913b5..5bdf7a0f81 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -570,10 +570,13 @@ (define (runpaths-of-input label)
                                        (string-append (assoc-ref inputs
                                                                  lib-name)
                                                       "/lib"))
-                                     '("mesa" "libpng-apng" "libnotify" "libva"
-                                       "pulseaudio" "gtk+" "pipewire"
-                                       ;; For U2F and WebAuthn
-                                       "eudev")))
+                                     '("eudev" ; For U2F and WebAuthn
+                                       "libnotify"
+                                       "libpng-apng"
+                                       "libva"
+                                       "mesa"
+                                       "pipewire" ; For sharing on Wayland
+                                       "pulseaudio")))
 
                               ;; VA-API is run in the RDD (Remote Data Decoder) sandbox
                               ;; and must be explicitly given access to files it needs.
@@ -584,11 +587,12 @@ (define (runpaths-of-input label)
                               ;; runpaths of the needed libraries to add everything to
                               ;; LD_LIBRARY_PATH.  These will then be accessible in the
                               ;; RDD sandbox.
-                              (rdd-whitelist (map (cut string-append <> "/")
-                                                  (delete-duplicates (append-map
-                                                                      runpaths-of-input
-                                                                      '("mesa"
-                                                                        "ffmpeg")))))
+                              (rdd-whitelist
+                               (map (cut string-append <> "/")
+                                    (delete-duplicates
+                                     (append-map runpaths-of-input
+                                                 '("mesa"
+                                                   "ffmpeg")))))
                               (gtk-share (string-append (assoc-ref inputs
                                                                    "gtk+")
                                                         "/share")))
-- 
2.47.1





This bug report was last modified 124 days ago.

Previous Next


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