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