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
1 changed files with 5 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue