qtile: add wayland backend dependencies

This commit is contained in:
Charlotte Van Petegem 2021-10-16 13:29:50 +02:00 committed by Charlotte Van Petegem
parent e4ee8fcb52
commit da437fc170
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -47,6 +47,9 @@ let
psutil
pyxdg
pygobject3
pywayland
pywlroots
xkbcommon
];
doCheck = false; # Requires X server #TODO this can be worked out with the existing NixOS testing infrastructure.