Commit 47abf033 authored by aleksana's avatar aleksana
Browse files

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).
parent 380761c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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