diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-08 01:38:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-08 01:38:01 +0200 |
commit | aa07299f1fcae53bfec353a0b05b944dab4f7bc6 (patch) | |
tree | 17c8b27576010f8c6760386c55aae1d149b89e8b | |
parent | 0dbb6c2fb929809578558f68f999eef4db08364d (diff) | |
download | patches-aa07299f1fcae53bfec353a0b05b944dab4f7bc6.tar patches-aa07299f1fcae53bfec353a0b05b944dab4f7bc6.tar.gz |
gnu: sway: Add missing input.
This dependency was no longer provided after
c6deabf957c0f5b68b45a2db0b4a35112c52c29e.
* gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV.
-rw-r--r-- | gnu/packages/wm.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0a05ff4ae4..a0076f24cf 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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) |