From 13e3a723f93f99ea860f6f9eae8456cb6e8f7826 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Thu, 8 Jan 2015 10:50:28 +0100 Subject: [PATCH] evolution-data-server: fix build missing sqlite dependency --- .../gnome-3/3.12/core/evolution-data-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome-3/3.12/core/evolution-data-server/default.nix b/pkgs/desktops/gnome-3/3.12/core/evolution-data-server/default.nix index 2cb1fbe90d4..a92cf684a76 100644 --- a/pkgs/desktops/gnome-3/3.12/core/evolution-data-server/default.nix +++ b/pkgs/desktops/gnome-3/3.12/core/evolution-data-server/default.nix @@ -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