evolution: enable importing Outlook .pst data files
This commit is contained in:
parent
59540af4ba
commit
bb60fd8592
|
@ -10,6 +10,7 @@
|
|||
, gtk3
|
||||
, glib
|
||||
, libnotify
|
||||
, libpst
|
||||
, gspell
|
||||
, evolution-data-server
|
||||
, libgdata
|
||||
|
@ -80,6 +81,7 @@ stdenv.mkDerivation rec {
|
|||
libgweather
|
||||
libical
|
||||
libnotify
|
||||
libpst
|
||||
librsvg
|
||||
libsecret
|
||||
nspr
|
||||
|
@ -99,7 +101,6 @@ stdenv.mkDerivation rec {
|
|||
cmakeFlags = [
|
||||
"-DENABLE_AUTOAR=OFF"
|
||||
"-DENABLE_LIBCRYPTUI=OFF"
|
||||
"-DENABLE_PST_IMPORT=OFF"
|
||||
"-DENABLE_YTNEF=OFF"
|
||||
"-DWITH_SPAMASSASSIN=${spamassassin}/bin/spamassassin"
|
||||
"-DWITH_SA_LEARN=${spamassassin}/bin/sa-learn"
|
||||
|
|
Loading…
Reference in New Issue