Skip to content

Commit

Permalink
xpra: add missing python 'rencode' module
Browse files Browse the repository at this point in the history
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
  [...]

(cherry picked from commit 34363d7)
  • Loading branch information
bjornfor committed Jun 30, 2016
1 parent ba01774 commit 7efdca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xpra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildPythonApplication rec {
];

propagatedBuildInputs = with pythonPackages; [
pillow pygtk pygobject
pillow pygtk pygobject rencode
];

preBuild = ''
Expand Down

0 comments on commit 7efdca8

Please sign in to comment.