diff options
author | Marco van Hulten <marco@hulten.org> | 2019-03-22 11:04:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-22 14:42:09 +0100 |
commit | 9716f6211944ff134530a08c9b61ab2663662a4d (patch) | |
tree | 904508d4d01db57f49edef0ce2d8cfc1a444f1d0 /gnu/packages/mail.scm | |
parent | b97df9e5709664357bd14259de35cb723decc7b1 (diff) | |
download | patches-9716f6211944ff134530a08c9b61ab2663662a4d.tar patches-9716f6211944ff134530a08c9b61ab2663662a4d.tar.gz |
gnu: claws-mail: Enable LDAP support.
* gnu/packages/mail.scm (claws-mail)[arguments]: Add "--enable-ldap" to
configure flags.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 278ad1f7ef..9d09cade29 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1127,7 +1127,8 @@ compresses it.") ("mime-info" ,shared-mime-info))) (arguments '(#:configure-flags - '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant") + '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant" + "--enable-ldap") #:make-flags ;; Disable updating icon cache since it's done by the profile hook. ;; Conflict with other packages in the profile would be inevitable |