summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-23 07:38:26 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-23 07:38:26 +0800
commit2f8339c8abf5c4b1ed9e33cab889d80af45aec35 (patch)
tree78c2f9bdc4c243239935bb6b31397fd49709d7fa
parent53fd3cf0517fae2ee1c787d10e0746f8d4c0a77b (diff)
downloadguix-2f8339c8abf5c4b1ed9e33cab889d80af45aec35.tar.gz
gnu: xfce4-settings: Add more inputs.
* gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add libxklavier,
  upower and xf86-input-libinput.
-rw-r--r--gnu/packages/xfce.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b39b903e9b..37f09579fe 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -397,8 +397,11 @@ allows you to shutdown the computer from Xfce.")
        ("libnotify" ,libnotify)
        ("libxcursor", libxcursor)
        ("libxi" ,libxi)
+       ("libxklavier" ,libxklavier)
        ("libxrandr" ,libxrandr)
-       ("libxfce4ui" ,libxfce4ui)))
+       ("libxfce4ui" ,libxfce4ui)
+       ("upower" ,upower)
+       ("xf86-input-libinput" ,xf86-input-libinput)))
     (home-page "http://www.xfce.org/")
     (synopsis "Xfce settings manager")
     (description