summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-08 15:49:45 +0100
committerGitHub <noreply@github.com>2021-11-08 15:49:45 +0100
commit1363bb14f42fde3c4eed5d87be66018594c78f09 (patch)
treee6751f56feb96bb9645e3ab31b3e0050eae563b7 /pkgs/applications/window-managers
parent8cd0da0015cc81e91aa2093ab7461a1daebf37af (diff)
parent6128cbe13641c0dabf0c8bedf4db1b2281f65dc8 (diff)
downloadnixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar.gz
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar.bz2
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar.lz
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar.xz
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.tar.zst
nixpkgs-1363bb14f42fde3c4eed5d87be66018594c78f09.zip
Merge pull request #141866 from chvp/qtile-wayland-backend
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.