From 47abf03340330b4748b68abc846067713e2e4ed6 Mon Sep 17 00:00:00 2001 From: aleksana Date: Wed, 14 Feb 2024 11:38:14 +0800 Subject: [PATCH] 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). --- pkgs/desktops/cinnamon/cinnamon-control-center/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix index 40d0243b5f24..069d7dc19e19 100644 --- a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix +++ b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix @@ -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