[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/38: gnu: dovecot-libsodium-plugin: Return #t from phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/38: gnu: dovecot-libsodium-plugin: Return #t from phases. |
Date: |
Mon, 25 Jun 2018 22:24:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bc884ed8abc6075cfb2fa239154d43156cc5edea
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 12:13:27 2018 +0200
gnu: dovecot-libsodium-plugin: Return #t from phases.
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]:
Substitute INVOKE for SYSTEM*.
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 621f0b5..fef7bc3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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
- branch master updated (fecbbc2 -> 9d98101), Tobias Geerinckx-Rice, 2018/06/25
- 04/38: gnu: notmuch: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 03/38: gnu: offlineimap: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 05/38: gnu: libetpan: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 02/38: gnu: dovecot-trees: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 09/38: gnu: libharu: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 10/38: gnu: rtmidi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 12/38: gnu: rsound: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 06/38: gnu: dovecot-libsodium-plugin: Return #t from phases.,
Tobias Geerinckx-Rice <=
- 08/38: gnu: python-pypdf2: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 13/38: gnu: par2cmdline: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 01/38: gnu: dovecot-trees: Fix build with dovecot 2.3., Tobias Geerinckx-Rice, 2018/06/25
- 20/38: gnu: knot: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 11/38: gnu: portaudio: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 22/38: gnu: yosys: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 26/38: gnu: node: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org., Tobias Geerinckx-Rice, 2018/06/25