forked from mirrors/nixpkgs
qtile: FIX No module named 'pkg_resources'
This commit is contained in:
parent
6cf6a22a9f
commit
2ead786984
|
@ -32,7 +32,7 @@ python37Packages.buildPythonApplication rec {
|
|||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib libxcb cairo pango python37Packages.xcffib ];
|
||||
|
||||
pythonPath = with python37Packages; [ xcffib cairocffi-xcffib ];
|
||||
pythonPath = with python37Packages; [ xcffib cairocffi-xcffib setuptools ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/qtile \
|
||||
|
|
Loading…
Reference in a new issue