diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:28:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:58 +0300 |
commit | 7b0efd4c32666e74923c11a6700205638c6eaf90 (patch) | |
tree | f6c5996a74936ae7576dbff348f269e77473d3f7 /gnu | |
parent | 02abfcca464e3c410c815b302476738587f9f20d (diff) | |
download | guix-7b0efd4c32666e74923c11a6700205638c6eaf90.tar guix-7b0efd4c32666e74923c11a6700205638c6eaf90.tar.gz |
gnu: dovecot-trees: Remove extra build phase.
* gnu/packages/mail.scm (dovecot-trees)[arguments]: Remove unneeded
'autogen phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 7 |
1 files changed, 1 insertions, 6 deletions
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 @@ It supports mbox/Maildir and its own dbox/mdbox formats.") `(#: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 |