gnu: sway: Add missing input.
This dependency was no longer provided after
c6deabf957
.
* gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV.
This commit is contained in:
parent
0dbb6c2fb9
commit
aa07299f1f
|
@ -1160,6 +1160,7 @@ modules for building a Wayland compositor.")
|
|||
("elogind" ,elogind)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("json-c" ,json-c)
|
||||
("libevdev" ,libevdev)
|
||||
("libinput" ,libinput)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("pango" ,pango)
|
||||
|
|
Loading…
Reference in New Issue