guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: xfce: Fix typo.


From: guix-commits
Subject: 03/03: gnu: xfce: Fix typo.
Date: Thu, 9 Apr 2020 19:53:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bc58c597609aaefea417787c5b263cfce574ff80
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Apr 9 18:35:19 2020 +0200

    gnu: xfce: Fix typo.
    
    * gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0628b03..ae2f0f2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -854,7 +854,7 @@ on your desktop.")
        ("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 @@ on your desktop.")
        ("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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]