Commit 221d9605 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

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.
parent 14876097
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
, valgrind
, python3
, nixosTests
, wayland-scanner
}:

let
@@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
    cairo
    glib
    gtk3
    wayland-scanner
  ];

  propagatedBuildInputs = [