From 2c76ff28015f19075a6574b285679bb92f8e1a7a Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 17 Feb 2021 00:20:42 -0500 Subject: [PATCH 3/4] gnu: claws-mail: Remove obsolete configure flags. Remove these flags that are applied by default. * gnu/packages/mail.scm (claws-mail) [arguments]<#:configure-flags>: Remove --enable-gnutls, --enable-pgpmime-plugin, --enable-enchant, and --enable-ldap. --- gnu/packages/mail.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 793df24404..a140f2b9e5 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1536,11 +1536,7 @@ compresses it.") (arguments `(#:configure-flags (list - "--disable-static" - "--enable-gnutls" - "--enable-pgpmime-plugin" - "--enable-enchant" - "--enable-ldap") + "--disable-static") #:make-flags ;; Disable updating icon cache since it's done by the profile hook. ;; Conflict with other packages in the profile would be inevitable -- 2.30.1