mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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 New Issue
Block a user