Skip to content

Commit

Permalink
libinput: fix eventGUISupport = true builds
Browse files Browse the repository at this point in the history
By adding required dependency wayland-scanner.

It doesn't seem to work at runtime though; `libinput debug-gui` is
static, not reacting to inputs.
  • Loading branch information
bjornfor committed Oct 8, 2024
1 parent f85a2d0 commit 53f5ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libinput/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
, valgrind
, python3
, nixosTests
, wayland-scanner
}:

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

propagatedBuildInputs = [
Expand Down

0 comments on commit 53f5ccb

Please sign in to comment.