3
0
Fork 0
forked from mirrors/nixpkgs

evolution-data-server: fix build missing sqlite dependency

This commit is contained in:
Luca Bruno 2015-01-08 10:50:28 +01:00
parent b4f4291a59
commit 13e3a723f9

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, pkgconfig, gnome3, python
{ fetchurl, stdenv, pkgconfig, gnome3, python, sqlite
, intltool, libsoup, libxml2, libsecret, icu
, p11_kit, db, nspr, nss, libical, gperf, makeWrapper, valaSupport ? true, vala }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = with gnome3;
[ pkgconfig glib python intltool libsoup libxml2 gtk gnome_online_accounts libsecret
gcr p11_kit db nspr nss libgweather libical libgdata gperf makeWrapper icu ]
gcr p11_kit db nspr nss libgweather libical libgdata gperf makeWrapper icu sqlite ]
++ stdenv.lib.optional valaSupport vala;
# uoa irrelevant for now