cinnamon.cinnamon-common: unbreak calendar-server

Reported in issue 213728. With this change you can see
list of your EDS events in your calendar applet.
This commit is contained in:
Bobby Rong 2023-01-31 14:43:11 +08:00
parent 7f5ad3e298
commit bdc6404b0f
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -109,6 +109,7 @@ in
xapp
];
services.cinnamon.apps.enable = mkDefault true;
services.gnome.evolution-data-server.enable = true;
services.gnome.glib-networking.enable = true;
services.gnome.gnome-keyring.enable = true;
services.gvfs.enable = true;
@ -232,6 +233,7 @@ in
# external apps shipped with linux-mint
hexchat
gnome-calculator
gnome-calendar
gnome-screenshot
] config.environment.cinnamon.excludePackages;
})

View file

@ -7,6 +7,7 @@
, cinnamon-session
, cinnamon-translations
, cjs
, evolution-data-server
, fetchFromGitHub
, gdk-pixbuf
, gettext
@ -91,6 +92,7 @@ stdenv.mkDerivation rec {
cinnamon-menus
cjs
dbus
evolution-data-server # for calendar-server
gdk-pixbuf
glib
gsound