gnome3.evolution: fix FHS paths

This includes commands to spamassassin, sa-learn, bogofilter
and the prefix to openldap
This commit is contained in:
worldofpeace
2019-09-29 05:38:41 -04:00
committed by Jan Tojnar
parent 44069671eb
commit 6d88a57efe

View File

@@ -38,6 +38,7 @@
, procps
, p11-kit
, openldap
, spamassassin
}:
stdenv.mkDerivation rec {
@@ -102,6 +103,10 @@ stdenv.mkDerivation rec {
"-DENABLE_LIBCRYPTUI=OFF"
"-DENABLE_PST_IMPORT=OFF"
"-DENABLE_YTNEF=OFF"
"-DWITH_SPAMASSASSIN=${spamassassin}/bin/spamassassin"
"-DWITH_SA_LEARN=${spamassassin}/bin/sa-learn"
"-DWITH_BOGOFILTER=${bogofilter}/bin/bogofilter"
"-DWITH_OPENLDAP=${openldap}"
];
requiredSystemFeatures = [