summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-10-21 16:06:59 +0200
committerGitHub <noreply@github.com>2020-10-21 16:06:59 +0200
commit46fac2ff10730138f329109368810ada52988ff1 (patch)
tree514e8c7eec3617ba28bcb7a3c952a24bc8e22833 /pkgs/applications/window-managers
parent9671491f1665bddaab3f235f47394327d0dba1cb (diff)
parentd823965b188fdc6df165e2060b15e78f42f5e2a9 (diff)
Merge pull request #99538 from vividn/patch-1
qtile: add missing python package dependencies
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/qtile/default.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/qtile/default.nix b/pkgs/applications/window-managers/qtile/default.nix
index eccf5c163a8e..280ec067658a 100644
--- a/pkgs/applications/window-managers/qtile/default.nix
+++ b/pkgs/applications/window-managers/qtile/default.nix
@@ -34,7 +34,18 @@ python37Packages.buildPythonApplication rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ glib libxcb cairo pango python37Packages.xcffib ];
- pythonPath = with python37Packages; [ xcffib cairocffi-xcffib setuptools setuptools_scm ];
+ pythonPath = with python37Packages; [
+ xcffib
+ cairocffi-xcffib
+ setuptools
+ setuptools_scm
+ dateutil
+ dbus-python
+ mpd2
+ psutil
+ pyxdg
+ pygobject3
+ ];
postInstall = ''
wrapProgram $out/bin/qtile \