From e1ea5220b49449c16cd04fa47047b19ecdb39036 Mon Sep 17 00:00:00 2001 From: Gabriel Volpe Date: Thu, 30 Jun 2022 18:57:36 +0200 Subject: protonvpn-gui: add glib-networking dependency This dependency is needed for the initial login captcha. Without it, it is impossible to log in. --- pkgs/applications/networking/protonvpn-gui/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/protonvpn-gui/default.nix b/pkgs/applications/networking/protonvpn-gui/default.nix index 46ac403b0d8..ef128932f7c 100644 --- a/pkgs/applications/networking/protonvpn-gui/default.nix +++ b/pkgs/applications/networking/protonvpn-gui/default.nix @@ -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 ]; -- cgit 1.4.1