gnu: dovecot-trees: Remove extra build phase.

* gnu/packages/mail.scm (dovecot-trees)[arguments]: Remove unneeded
'autogen phase.
master
Efraim Flashner 2019-08-07 19:28:44 +03:00
parent 02abfcca46
commit 7b0efd4c32
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 6 deletions

View File

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