mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
evolution: fix missing sqlite dependency due to libcamel
This commit is contained in:
parent
b6f8d1f6d5
commit
97b4154762
|
@ -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
|
||||
, makeWrapper, itstool, shared_mime_info, libical, db, gcr
|
||||
, 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
|
||||
hicolor_icon_theme gnome3.gnome_icon_theme_symbolic
|
||||
nss nspr libnotify procps highlight gnome3.libgweather
|
||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||
gnome3.gsettings_desktop_schemas makeWrapper sqlite ];
|
||||
|
||||
configureFlags = [ "--disable-spamassassin" "--disable-pst-import" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue