diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index d5e2790b49..a6bb50fd1a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1365,12 +1365,7 @@ (define-public dovecot-trees `(#:tests? #f ;No tests exist. #:configure-flags (list (string-append "--with-dovecot=" (assoc-ref %build-inputs "dovecot") - "/lib/dovecot")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'autogen - (lambda _ - (invoke "sh" "autogen.sh")))))) + "/lib/dovecot")))) (home-page "https://0xacab.org/riseuplabs/trees") (synopsis "NaCL-based Dovecot email storage encryption plugin") (description