python.pkgs.py3status: propagate setuptools
`pkg_resources` is imported since
cf26a686fb
.
This commit is contained in:
parent
65be608330
commit
164c0a29ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user