mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xfce: Fix typo.
* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
This commit is contained in:
parent
8764064c05
commit
bc58c59760
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue