forked from mirrors/nixpkgs
xpra: add missing invoke python3 module
This prevents the following error when starting xpra: xpra initialization error: connection failed: No module named 'invoke'
This commit is contained in:
parent
d568507070
commit
530f4c22d9
|
@ -151,6 +151,7 @@ in buildPythonApplication rec {
|
||||||
python-uinput
|
python-uinput
|
||||||
pyxdg
|
pyxdg
|
||||||
rencode
|
rencode
|
||||||
|
invoke
|
||||||
] ++ lib.optionals withNvenc [
|
] ++ lib.optionals withNvenc [
|
||||||
pycuda
|
pycuda
|
||||||
pynvml
|
pynvml
|
||||||
|
|
Loading…
Reference in a new issue