summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-10-16 13:29:50 +0200
committerCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2021-10-27 15:29:44 +0200
commitda437fc17024068324033e4bf503a385dbbd9b9f (patch)
tree092eefb493fe4f5f3edd50e5af4f92c3f2be1d23 /pkgs/applications/window-managers
parente4ee8fcb520760fce73af82b389cd7695446ce44 (diff)
downloadnixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar.gz
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar.bz2
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar.lz
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar.xz
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.tar.zst
nixpkgs-da437fc17024068324033e4bf503a385dbbd9b9f.zip
qtile: add wayland backend dependencies
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/qtile/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/qtile/default.nix b/pkgs/applications/window-managers/qtile/default.nix
index 786a47d49c3..e17cbce7e2b 100644
--- a/pkgs/applications/window-managers/qtile/default.nix
+++ b/pkgs/applications/window-managers/qtile/default.nix
@@ -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.