~ruther/guix-local

2f8339c8abf5c4b1ed9e33cab889d80af45aec35 — 宋文武 11 years ago 53fd3cf
gnu: xfce4-settings: Add more inputs.

* gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add libxklavier,
  upower and xf86-input-libinput.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +4 -1
@@ 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