libinput: fix eventGUISupport = true builds

By adding required dependency wayland-scanner.

It doesn't seem to work at runtime though; `libinput debug-gui` is
static, not reacting to inputs.
This commit is contained in:
Bjørn Forsman 2024-10-08 21:28:48 +02:00
parent 1487609749
commit 221d96051a

View File

@ -22,6 +22,7 @@
, valgrind
, python3
, nixosTests
, wayland-scanner
}:
let
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
cairo
glib
gtk3
wayland-scanner
];
propagatedBuildInputs = [