forked from mirrors/nixpkgs
protonvpn-gui: add glib-networking dependency
This dependency is needed for the initial login captcha. Without it, it is impossible to log in.
This commit is contained in:
parent
8937eaacc0
commit
e1ea5220b4
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, wrapGAppsHook
|
||||
, gdk-pixbuf
|
||||
, glib-networking
|
||||
, gobject-introspection
|
||||
, imagemagick
|
||||
, librsvg
|
||||
|
@ -34,6 +35,7 @@ buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib-networking # needed for the login captcha
|
||||
protonvpn-nm-lib
|
||||
psutil
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue