mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: dovecot-libsodium-plugin: Return #t from phases.
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
df22b95c0a
commit
bc884ed8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1348,7 +1348,7 @@ using lidsodium sealed boxes.
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "sh" "autogen.sh")))))))
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
(home-page "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
|
||||
(synopsis "Libsodium password hashing schemes plugin for Dovecot")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue