cinnamon.cinnamon-control-center: Disable onlineaccounts

FTBFS with GOA 3.49.2+.
This commit is contained in:
Bobby Rong 2024-03-26 21:45:31 +08:00 committed by Maxine Aubrey
parent 851cfda4bd
commit 8bef75736d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -9,7 +9,6 @@
, gtk3
, libnotify
, libxml2
, gnome-online-accounts
, colord
, polkit
, libxkbfile
@ -59,7 +58,6 @@ stdenv.mkDerivation rec {
colord
libgudev
libwacom
gnome-online-accounts
tzdata
networkmanager
libnma
@ -85,6 +83,8 @@ stdenv.mkDerivation rec {
mesonFlags = [
# use locales from cinnamon-translations
"--localedir=${cinnamon-translations}/share/locale"
# https://github.com/linuxmint/cinnamon-control-center/issues/326
"-Donlineaccounts=false"
];
nativeBuildInputs = [