xpra: add missing python 'rencode' module

Fixes this:

  $ xpra [...]
  2016-06-23 17:40:03,407 Warning: rencode import failed:
  2016-06-23 17:40:03,407  No module named rencode
  [...]
This commit is contained in:
Bjørn Forsman 2016-06-23 17:39:33 +02:00
parent ab7f92bf69
commit 34363d77b0

View File

@ -29,7 +29,7 @@ buildPythonApplication rec {
];
propagatedBuildInputs = with pythonPackages; [
pillow pygtk pygobject
pillow pygtk pygobject rencode
];
preBuild = ''