mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
ab7f92bf69
commit
34363d77b0
@ -29,7 +29,7 @@ buildPythonApplication rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pillow pygtk pygobject
|
||||
pillow pygtk pygobject rencode
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user