about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-07-03 17:02:46 +0300
committerGitHub <noreply@github.com>2022-07-03 17:02:46 +0300
commit73fbb75a9061d4cee01390b40f16eda2bbae1462 (patch)
treeb12bbb890cc7bddaae646778a391a9815ad27f45
parent6994e16075190d4eb0e77533c43b5b731c0ee20a (diff)
parente1ea5220b49449c16cd04fa47047b19ecdb39036 (diff)
Merge pull request #179730 from gvolpe/patch-1
-rw-r--r--pkgs/applications/networking/protonvpn-gui/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/protonvpn-gui/default.nix b/pkgs/applications/networking/protonvpn-gui/default.nix
index 46ac403b0d892..ef128932f7c0a 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
   ];