gnu: xfce4-settings: Add more inputs.
* gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add libxklavier, upower and xf86-input-libinput.
This commit is contained in:
parent
53fd3cf051
commit
2f8339c8ab
1 changed files with 4 additions and 1 deletions
|
@ -397,8 +397,11 @@ (define-public xfce4-settings
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue