gnu: dovecot-trees: Return #t from phases.

* gnu/packages/mail.scm (dovecot-trees)[arguments]: Substitute INVOKE
for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-24 12:11:57 +02:00
parent 0e66f4a12f
commit 1a1f778efd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1294,7 +1294,7 @@ (define-public dovecot-trees
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(zero? (system* "sh" "autogen.sh")))))))
(invoke "sh" "autogen.sh"))))))
(home-page "https://0xacab.org/riseuplabs/trees")
(synopsis "NaCL-based Dovecot email storage encryption plugin")
(description