evolution: fix missing sqlite dependency due to libcamel
This commit is contained in:
parent
b6f8d1f6d5
commit
97b4154762
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight
|
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight, sqlite
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libnotify, gtkspell3
|
, pkgconfig, gtk3, glib, hicolor_icon_theme, libnotify, gtkspell3
|
||||||
, makeWrapper, itstool, shared_mime_info, libical, db, gcr
|
, makeWrapper, itstool, shared_mime_info, libical, db, gcr
|
||||||
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base p11_kit
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base p11_kit
|
||||||
hicolor_icon_theme gnome3.gnome_icon_theme_symbolic
|
hicolor_icon_theme gnome3.gnome_icon_theme_symbolic
|
||||||
nss nspr libnotify procps highlight gnome3.libgweather
|
nss nspr libnotify procps highlight gnome3.libgweather
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper sqlite ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-spamassassin" "--disable-pst-import" ];
|
configureFlags = [ "--disable-spamassassin" "--disable-pst-import" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue