gnu: glog: Return #t from all phases.

* gnu/packages/logging.scm (glog)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-24 22:27:48 +02:00
parent 5a13cf3d1d
commit 2f6a934722
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -86,7 +86,7 @@ (define-public glog
;; 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