mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
qtile: add wayland backend dependencies
This commit is contained in:
parent
e4ee8fcb52
commit
da437fc170
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue