Commit 530f4c22 authored by Kototama's avatar Kototama
Browse files

xpra: add missing invoke python3 module

This prevents the following error when starting xpra:
xpra initialization error:
 connection failed: No module named 'invoke'
parent d5685070
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ in buildPythonApplication rec {
    python-uinput
    pyxdg
    rencode
    invoke
  ] ++ lib.optionals withNvenc [
    pycuda
    pynvml