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>
master
Marco van Hulten 2019-03-22 11:04:37 +01:00 committed by Ricardo Wurmus
parent b97df9e570
commit 9716f62119
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

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