forked from mirrors/nixpkgs
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:
parent
7f5ad3e298
commit
bdc6404b0f
|
@ -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;
|
||||
})
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue