protonvpn-gui: remove networkmanager, add gdk-pixbuf and librsvg
As protonvpn-nm-lib needs networkmanager to work properly, it is not needed on protonvpn-gui. Also adding gdk-pixbuf and librsvg to handle svg images (#174171)
This commit is contained in:
parent
2361dc9f4a
commit
991dbd65f1
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
, buildPythonApplication
|
||||
, fetchFromGitHub
|
||||
, wrapGAppsHook
|
||||
, gdk-pixbuf
|
||||
, gobject-introspection
|
||||
, imagemagick
|
||||
, networkmanager
|
||||
, librsvg
|
||||
, pango
|
||||
, webkitgtk
|
||||
# Python libs
|
||||
|
@ -26,6 +27,7 @@ buildPythonApplication rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
gdk-pixbuf
|
||||
gobject-introspection
|
||||
imagemagick
|
||||
wrapGAppsHook
|
||||
|
@ -39,7 +41,7 @@ buildPythonApplication rec {
|
|||
buildInputs = [
|
||||
# To avoid enabling strictDeps = false (#56943)
|
||||
gobject-introspection
|
||||
networkmanager
|
||||
librsvg
|
||||
pango
|
||||
webkitgtk
|
||||
] ++ lib.optionals withIndicator [ libappindicator-gtk3 ];
|
||||
|
|
Loading…
Reference in a new issue