python.pkgs.py3status: propagate setuptools

`pkg_resources` is imported since
cf26a686fb.
This commit is contained in:
Robert Schütz 2019-10-09 13:26:48 +02:00 committed by Jon
parent 65be608330
commit 164c0a29ee

View File

@ -8,6 +8,7 @@
, pydbus
, pygobject3
, pyserial
, setuptools
, file
, acpi
@ -30,7 +31,9 @@ buildPythonPackage rec {
};
doCheck = false;
propagatedBuildInputs = [ pytz requests tzlocal i3ipc pydbus pygobject3 pyserial ];
propagatedBuildInputs = [
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools
];
buildInputs = [ file ];
prePatch = ''
sed -i -e "s|'file|'${file}/bin/file|" py3status/parse_config.py