gnu: xfce: Propagate search paths of 'thunar'.

* gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Feng Shu 2022-12-31 17:15:38 +08:00 committed by 宋文武
parent e6f0a1c735
commit 6d13a13a1a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1111,8 +1111,10 @@ (define-public xfce
;; Default font that applications such as IceCat require.
(list font-dejavu))
(native-search-paths
;; For finding panel plugins.
(package-native-search-paths xfce4-panel))
;; For finding panel and thunar plugins.
(append
(package-native-search-paths xfce4-panel)
(package-native-search-paths thunar)))
(home-page "https://www.xfce.org/")
(synopsis "Desktop environment (meta-package)")
(description