diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:29:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:59 +0300 |
commit | 1f53fdae8245740e22ce2c81ec95b7d1897c9d05 (patch) | |
tree | 1d498cdc6b8dd9e4cb2cb34b7462eee36a2225fb /gnu/packages/mail.scm | |
parent | 7b0efd4c32666e74923c11a6700205638c6eaf90 (diff) | |
download | patches-1f53fdae8245740e22ce2c81ec95b7d1897c9d05.tar patches-1f53fdae8245740e22ce2c81ec95b7d1897c9d05.tar.gz |
gnu: dovecot-libsodium-plugin: Remove extra build phase.
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]: Remove
unneeded 'autogen phase.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 a6bb50fd1a..b81b15d80c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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 |