Unverified Commit bdc6404b authored by Bobby Rong's avatar Bobby Rong
Browse files

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