qweechat: add setuptools dependency

This commit is contained in:
Tony Olagbaiye 2020-04-04 19:18:11 +01:00
parent 84d0a23506
commit d7bd69b32d

View file

@ -18,7 +18,7 @@ python27Packages.buildPythonApplication rec {
''; '';
propagatedBuildInputs = with python27Packages; [ propagatedBuildInputs = with python27Packages; [
pyside pyside setuptools
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {