summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2017-07-03 19:25:02 +0800
committer宋文武 <iyzsong@member.fsf.org>2017-07-03 19:27:56 +0800
commit1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0 (patch)
tree2deb7f5c5765fc4bd74e64689c025cc1ea2f74d8
parentfd2d17cdae71eb8bf616d10b9fdbbda6a9d4b644 (diff)
downloadguix-1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0.tar.gz
gnu: xfce: Propagate search paths of 'xfce4-panel'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
-rw-r--r--gnu/packages/xfce.scm3
1 files changed, 3 insertions, 0 deletions
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 @@ on your desktop.")
        ("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