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