guix-commits
[Top][All Lists]
Advanced

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

30/38: gnu: glog: Return #t from all phases.


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

nckx pushed a commit to branch master
in repository guix.

commit 2f6a93472264a38280335454b3f81f36bdda5479
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 22:27:48 2018 +0200

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

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index f50a2f1..665b384 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -86,7 +86,7 @@ staying as close to their API as is reasonable.")
                       ;; mismatch, so run the whole thing.
                       (delete-file "test-driver")
                       (delete-file "configure")   ;it's read-only
-                      (zero? (system* "autoreconf" "-vfi"))))
+                      (invoke "autoreconf" "-vfi")))
                   (add-before 'check 'disable-signal-tests
                     (lambda _
                       ;; See e.g. https://github.com/google/glog/issues/219



reply via email to

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