[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/38: gnu: notmuch: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/38: gnu: notmuch: Return #t from all phases. |
Date: |
Mon, 25 Jun 2018 22:24:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 82d2dfa06140cd9a79b1ee3628c15a2f3deb069f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 12:09:37 2018 +0200
gnu: notmuch: Return #t from all phases.
* gnu/packages/mail.scm (notmuch)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/mail.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6488dd0..58ccb1e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -795,12 +795,10 @@ invoking @command{notifymuch} from the post-new hook.")
(elisp
(string-append out
"/share/emacs/site-lisp/guix.d/"
,name "-" ,version)))
- (zero?
- (system*
- "./configure"
- (string-append "--prefix=" out)
- (string-append "--emacslispdir=" elisp)
- (string-append "--emacsetcdir=" elisp))))))
+ (invoke "./configure"
+ (string-append "--prefix=" out)
+ (string-append "--emacslispdir=" elisp)
+ (string-append "--emacsetcdir=" elisp)))))
(add-before 'check 'prepare-test-environment
(lambda _
(setenv "TEST_CC" "gcc")
- branch master updated (fecbbc2 -> 9d98101), Tobias Geerinckx-Rice, 2018/06/25
- 04/38: gnu: notmuch: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 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, 2018/06/25
- 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