[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
- branch master updated (5811d876c3 -> ce3b51a4c6), guix-commits, 2022/09/18
- 01/06: gnu: python-ufo2ft: Don't use pytest-runner., guix-commits, 2022/09/18
- 02/06: gnu: Explicitly use meson@0.60 in packages that don't support 0.63., guix-commits, 2022/09/18
- 06/06: gnu: python-pandas: Update to 1.4.4., guix-commits, 2022/09/18
- 05/06: gnu: python-cython: Add 0.29.32., guix-commits, 2022/09/18
- 04/06: gnu: gnome-settings-daemon: Add NSS on RUNPATH.,
guix-commits <=
- 03/06: gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0., guix-commits, 2022/09/18