evolution-data-server: Fix crash

This commit is contained in:
Mathnerd314 2015-09-05 10:15:55 -06:00
parent 02fc4551f5
commit 5ab139c893

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = with gnome3;
[ pkgconfig glib python intltool libsoup libxml2 gtk gnome_online_accounts
gcr p11_kit libgweather libgdata gperf makeWrapper icu sqlite ]
gcr p11_kit libgweather libgdata gperf makeWrapper icu sqlite gsettings_desktop_schemas ]
++ stdenv.lib.optional valaSupport vala;
propagatedBuildInputs = [ libsecret nss nspr libical db ];