mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfce: Propagate search paths of 'xfce4-panel'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
This commit is contained in:
parent
fd2d17cdae
commit
1ec0c1f30e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue