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>
This commit is contained in:
parent
b97df9e570
commit
9716f62119
|
@ -1127,7 +1127,8 @@ compresses it.")
|
||||||
("mime-info" ,shared-mime-info)))
|
("mime-info" ,shared-mime-info)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
'("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
|
'("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant"
|
||||||
|
"--enable-ldap")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
;; Disable updating icon cache since it's done by the profile hook.
|
;; Disable updating icon cache since it's done by the profile hook.
|
||||||
;; Conflict with other packages in the profile would be inevitable
|
;; Conflict with other packages in the profile would be inevitable
|
||||||
|
|
Loading…
Reference in New Issue