gnu: xfce: Propagate search paths of 'xfce4-panel'.

* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
This commit is contained in:
宋文武 2017-07-03 19:25:02 +08:00
parent fd2d17cdae
commit 1ec0c1f30e
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -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