guix-commits
[Top][All Lists]
Advanced

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

33/38: gnu: newsboat: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 33/38: gnu: newsboat: Return #t from phases.
Date: Mon, 25 Jun 2018 22:24:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8cd14622167e137a26c3a6eb43943a68c8b006ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 04:15:19 2018 +0200

    gnu: newsboat: Return #t from phases.
    
    * gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/syndication.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 27b4989..b4b8cda 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -60,7 +60,7 @@
          (delete 'configure)            ; no configure script
          (add-after 'build 'build-documentation
            (lambda _
-             (zero? (system* "make" "doc")))))
+             (invoke "make" "doc"))))
        #:make-flags
        (list (string-append "prefix=" (assoc-ref %outputs "out")))
        #:test-target "test"))



reply via email to

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