gnome3.evolution: fix FHS paths
This includes commands to spamassassin, sa-learn, bogofilter and the prefix to openldap
This commit is contained in:
parent
44069671eb
commit
6d88a57efe
@ -38,6 +38,7 @@
|
|||||||
, procps
|
, procps
|
||||||
, p11-kit
|
, p11-kit
|
||||||
, openldap
|
, openldap
|
||||||
|
, spamassassin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -102,6 +103,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-DENABLE_LIBCRYPTUI=OFF"
|
"-DENABLE_LIBCRYPTUI=OFF"
|
||||||
"-DENABLE_PST_IMPORT=OFF"
|
"-DENABLE_PST_IMPORT=OFF"
|
||||||
"-DENABLE_YTNEF=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 = [
|
requiredSystemFeatures = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user