From 1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 3 Jul 2017 19:25:02 +0800 Subject: gnu: xfce: Propagate search paths of 'xfce4-panel'. * gnu/packages/xfce.scm (xfce)[native-search-paths]: New field. --- gnu/packages/xfce.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 101909b1e4..35c425a89c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -738,6 +738,9 @@ (define-public xfce ("xfce4-clipman-plugin" ,xfce4-clipman-plugin) ("xfce4-pulseaudio-plugin" ,xfce4-pulseaudio-plugin) ("xfce4-xkb-plugin" ,xfce4-xkb-plugin))) + (native-search-paths + ;; For finding panel plugins. + (package-native-search-paths xfce4-panel)) (home-page "http://www.xfce.org/") (synopsis "Desktop environment (meta-package)") (description -- cgit v1.2.3