evolution-data-server: Fix crash
This commit is contained in:
parent
02fc4551f5
commit
5ab139c893
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ pkgconfig glib python intltool libsoup libxml2 gtk gnome_online_accounts
|
[ 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;
|
++ stdenv.lib.optional valaSupport vala;
|
||||||
|
|
||||||
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
||||||
|
|
Loading…
Reference in New Issue