guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-with-tests: Use INVOKE.


From: Ricardo Wurmus
Subject: 01/02: gnu: r-with-tests: Use INVOKE.
Date: Fri, 9 Nov 2018 08:07:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2eaaadb4d67977773d7f39ab0025acdffc135cc0
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 10:47:05 2018 +0100

    gnu: r-with-tests: Use INVOKE.
    
    * gnu/packages/statistics.scm (r-with-tests)[arguments]: Use INVOKE and
    return #T unconditionally.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 642fa2d..e76bc7c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -218,9 +218,9 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
                                     "/share/zoneinfo"))
              #t))
          (add-after 'build 'make-info
-          (lambda _ (zero? (system* "make" "info"))))
+           (lambda _ (invoke "make" "info") #t))
          (add-after 'build 'install-info
-          (lambda _ (zero? (system* "make" "install-info")))))
+           (lambda _ (invoke "make" "install-info") #t)))
        #:configure-flags
        `(;; We build the recommended packages here, because they are needed in
          ;; order to run the test suite.  We disable them in the r-minimal



reply via email to

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