guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: gnome-settings-daemon: Add NSS on RUNPATH.


From: guix-commits
Subject: 04/06: gnu: gnome-settings-daemon: Add NSS on RUNPATH.
Date: Sun, 18 Sep 2022 10:21:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 94827144d18056713c908dbfde6c399c48e9634a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 00:31:21 2022 +0200

    gnu: gnome-settings-daemon: Add NSS on RUNPATH.
    
    * gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Ensure NSS ends
    up on RUNPATH.
---
 gnu/packages/gnome.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c7e5115802..c8a49040f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5886,7 +5886,10 @@ services for numerous locations.")
               "-Dsystemd=false"
               ;; Otherwise, the RUNPATH will lack the final path component.
               (string-append "-Dc_link_args=-Wl,-rpath=" #$output
-                             "/lib/gnome-settings-daemon-3.0"))
+                             "/lib/gnome-settings-daemon-3.0:"
+                             ;; Also add NSS because for some reason Meson
+                             ;; > 0.60 does not add it automatically (XXX).
+                             (search-input-directory %build-inputs "lib/nss")))
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'configure 'set-baobab-file-name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]