guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/38: gnu: offlineimap: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 03/38: gnu: offlineimap: 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 7232c3f52325510a37c6c01af5800f11b50999ae
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 12:08:43 2018 +0200

    gnu: offlineimap: Return #t from all phases.
    
    * gnu/packages/mail.scm (offlineimap)[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 2393ea2..6488dd0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -517,7 +517,7 @@ and corrections.  It is based on a Bayesian filter.")
              (substitute* "docs/Makefile"
                ;; Prevent xmllint and xsltproc from downloading a DTD file.
                (("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v"))
-             (zero? (system* "make" "-C" "docs" "man"))))
+             (invoke "make" "-C" "docs" "man")))
          (add-after 'install 'install-documentation
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]