Merge pull request #84264 from bqv/qweechat
qweechat: add setuptools dependency
This commit is contained in:
commit
167ed90749
|
@ -18,7 +18,7 @@ python27Packages.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
propagatedBuildInputs = with python27Packages; [
|
||||
pyside
|
||||
pyside setuptools
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in New Issue