diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2017-07-03 19:25:02 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2017-07-03 19:27:56 +0800 |
commit | 1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0 (patch) | |
tree | 2deb7f5c5765fc4bd74e64689c025cc1ea2f74d8 /gnu/packages/xfce.scm | |
parent | fd2d17cdae71eb8bf616d10b9fdbbda6a9d4b644 (diff) | |
download | patches-1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0.tar patches-1ec0c1f30ee93bd4224cffe0afb4be54fe8c3eb0.tar.gz |
gnu: xfce: Propagate search paths of 'xfce4-panel'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
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 |