gnu: xfce: Fix typo.

* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-09 18:35:19 +02:00
parent 8764064c05
commit bc58c59760
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -854,7 +854,7 @@ (define-public xfce
("shared-mime-info" ,shared-mime-info)
("thunar" ,thunar)
("thunar-volman" ,thunar-volman)
("tumlber" ,tumbler)
("tumbler" ,tumbler)
("xfce4-appfinder" ,xfce4-appfinder)
("xfce4-panel" ,xfce4-panel)
("xfce4-power-manager" ,xfce4-power-manager)
@ -868,7 +868,7 @@ (define-public xfce
("xfce4-battery-plugin" ,xfce4-battery-plugin)
("xfce4-clipman-plugin" ,xfce4-clipman-plugin)
("xfce4-pulseaudio-plugin" ,xfce4-pulseaudio-plugin)
("xfce4-xkb-plugin" ,xfce4-xkb-plugin)))
("xfce4-xkb-plugin" ,xfce4-xkb-plugin)))
(native-search-paths
;; For finding panel plugins.
(package-native-search-paths xfce4-panel))