mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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 New Issue
Block a user