gnu: dovecot-libsodium-plugin: Remove extra build phase.

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

View File

@ -1416,12 +1416,7 @@ using libsodium sealed boxes.
`(#: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://github.com/LuckyFellow/dovecot-libsodium-plugin")
(synopsis "Libsodium password hashing schemes plugin for Dovecot")
(description