[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdi
From: |
guix-commits |
Subject: |
61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir. |
Date: |
Fri, 8 Feb 2019 16:26:45 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit ce7e3c341c7be533b53b671d1d566b8b37158a54
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 30 09:41:03 2018 +0100
gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir.
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Pass configure
flag to add $out/lib/gnome-settings-daemon-3.0 to RUNPATH.
---
gnu/packages/gnome.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8d8f1a8..2094eeb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3082,7 +3082,11 @@ services for numerous locations.")
#:configure-flags
(list (string-append "-Dudev_dir="
(assoc-ref %outputs "out")
- "/lib/udev/rules.d/"))
+ "/lib/udev/rules.d/")
+ ;; Otherwise, the RUNPATH will lack the final path component.
+ (string-append "-Dc_link_args=-Wl,-rpath="
+ (assoc-ref %outputs "out")
+ "/lib/gnome-settings-daemon-3.0"))
;; Color management test can't reach the colord system service.
#:tests? #f))
(native-inputs
- 24/62: gnu: eog: Update to 3.28.2., (continued)
- 24/62: gnu: eog: Update to 3.28.2., guix-commits, 2019/02/08
- 48/62: gnu: gnome-screenshot: Update to 3.26.0., guix-commits, 2019/02/08
- 45/62: gnu: gnome-calendar: Update to 3.28.2., guix-commits, 2019/02/08
- 52/62: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/02/08
- 50/62: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/02/08
- 19/62: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/02/08
- 21/62: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/02/08
- 42/62: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/02/08
- 38/62: gnu: mutter: Update to 3.28.2., guix-commits, 2019/02/08
- 53/62: gnu: gdm: Update to 3.28.2., guix-commits, 2019/02/08
- 61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir.,
guix-commits <=
- 34/62: gnu: cheese: Propagate more inputs., guix-commits, 2019/02/08
- 28/62: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/02/08
- 31/62: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/02/08
- 58/62: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/02/08
- 49/62: gnu: tracker: Update to 2.0.4., guix-commits, 2019/02/08
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/02/08
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/02/08
- 46/62: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/02/08
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08