gnu: gnome-settings-daemon: Add NSS on RUNPATH.

* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Ensure NSS ends
up on RUNPATH.
This commit is contained in:
Marius Bakke 2022-09-16 00:31:21 +02:00
parent 2104efcddf
commit 94827144d1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

@ -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