forked from mirrors/nixpkgs
Merge pull request #23749 from butterflya/patch-2
evolution: Enable openldap support
This commit is contained in:
commit
cd6b1b253e
|
@ -2,7 +2,7 @@
|
|||
, pkgconfig, gtk3, glib, libnotify, gtkspell3
|
||||
, wrapGAppsHook, itstool, shared_mime_info, libical, db, gcr, sqlite
|
||||
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
||||
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit, dconf }:
|
||||
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit, dconf, openldap}:
|
||||
|
||||
let
|
||||
majVer = gnome3.version;
|
||||
|
@ -24,12 +24,13 @@ in stdenv.mkDerivation rec {
|
|||
gst_all_1.gstreamer gst_all_1.gst-plugins-base p11_kit
|
||||
nss nspr libnotify procps highlight gnome3.libgweather
|
||||
gnome3.gsettings_desktop_schemas dconf
|
||||
gnome3.libgnome_keyring gnome3.glib_networking ];
|
||||
gnome3.libgnome_keyring gnome3.glib_networking openldap ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||
|
||||
|
||||
configureFlags = [ "--disable-pst-import" "--disable-autoar"
|
||||
"--disable-libcryptui" ];
|
||||
"--disable-libcryptui" "--with-openldap"];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${nss.dev}/include/nss -I${glib.dev}/include/gio-unix-2.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue