evolution: enable importing Outlook .pst data files

This commit is contained in:
Matt Votava 2021-03-23 21:06:47 -07:00
parent 59540af4ba
commit bb60fd8592
1 changed files with 2 additions and 1 deletions

View File

@ -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"