summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-01-08 10:50:28 +0100
committerLuca Bruno <lethalman88@gmail.com>2015-01-08 10:50:28 +0100
commit13e3a723f93f99ea860f6f9eae8456cb6e8f7826 (patch)
tree5f588d6c547d1cdfc55810d5d0603ce143246b4d
parentb4f4291a592fefab4e2a312d85d90b2ad89f37a2 (diff)
downloadnixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar.gz
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar.bz2
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar.lz
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar.xz
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.tar.zst
nixpkgs-13e3a723f93f99ea860f6f9eae8456cb6e8f7826.zip
evolution-data-server: fix build missing sqlite dependency
-rw-r--r--pkgs/desktops/gnome-3/3.12/core/evolution-data-server/default.nix4
1 files 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