Merge pull request #23747 from butterflya/patch-1

evolution: Delete invalid option
This commit is contained in:
Jörg Thalheim 2017-03-16 21:50:14 +01:00 committed by GitHub
commit f940d9f1fc

View file

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
configureFlags = [ "--disable-spamassassin" "--disable-pst-import" "--disable-autoar"
configureFlags = [ "--disable-pst-import" "--disable-autoar"
"--disable-libcryptui" ];
NIX_CFLAGS_COMPILE = "-I${nss.dev}/include/nss -I${glib.dev}/include/gio-unix-2.0";