onionshare-gui: add pysocks dependency
This commit is contained in:
parent
65af162956
commit
d19e78af5f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
, pycrypto
|
, pycrypto
|
||||||
, pynacl
|
, pynacl
|
||||||
, pyside2
|
, pyside2
|
||||||
|
, pysocks
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, qrcode
|
, qrcode
|
||||||
, qt5
|
, qt5
|
||||||
|
@ -132,6 +133,7 @@ rec {
|
||||||
pyside2
|
pyside2
|
||||||
psutil
|
psutil
|
||||||
qrcode
|
qrcode
|
||||||
|
pysocks
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue