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:
Kototama 2023-01-02 13:37:19 +01:00
parent d568507070
commit 530f4c22d9

View file

@ -151,6 +151,7 @@ in buildPythonApplication rec {
python-uinput
pyxdg
rencode
invoke
] ++ lib.optionals withNvenc [
pycuda
pynvml