cinnamon.cinnamon-control-center: fix tls support in online accounts

Without the fix Google login shows `TLS support is not available` when the module is
invoked by the cinnamon-control-center executable directly (instead of the `cinnamon-settings` program)
*and* glib-networking is not added to GIO_EXTRA_MODULES in the session for some reason
(e.g. not using cinnamon, `services.gnome.glib-networking.enable` disabled or not effected).
This commit is contained in:
aleksana 2024-02-14 11:38:14 +08:00
parent 380761c2f5
commit 47abf03340

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, pkg-config
, glib
, glib-networking
, gettext
, cinnamon-desktop
, gtk3
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
glib
glib-networking
cinnamon-desktop
libnotify
cinnamon-menus