evolution-with-plugins: added support for evolution-ews.

This commit is contained in:
Daniel Șerbănescu
2021-01-17 11:13:54 +01:00
committed by Symphorien Gibol
parent 19e8aa6f13
commit e44b3c5187
7 changed files with 78 additions and 15 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gnome3, cmake, gettext, intltool, pkg-config, evolution-data-server
{ lib, stdenv, fetchurl, gnome3, cmake, gettext, intltool, pkg-config, evolution-data-server, evolution
, sqlite, gtk3, webkitgtk, libgdata, libmspack }:
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake gettext intltool pkg-config ];
buildInputs = [
evolution-data-server gnome3.evolution
evolution-data-server evolution
sqlite libgdata
gtk3 webkitgtk
libmspack