mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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:
parent
1487609749
commit
221d96051a
@ -22,6 +22,7 @@
|
||||
, valgrind
|
||||
, python3
|
||||
, nixosTests
|
||||
, wayland-scanner
|
||||
}:
|
||||
|
||||
let
|
||||
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
|
||||
cairo
|
||||
glib
|
||||
gtk3
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user