mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: dovecot-trees: Return #t from phases.
* gnu/packages/mail.scm (dovecot-trees)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
0e66f4a12f
commit
1a1f778efd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue