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:
Gabriel Volpe
2022-06-30 18:57:36 +02:00
committed by GitHub
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
];