gnu: glog: Return #t from all phases.
* gnu/packages/logging.scm (glog)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
5a13cf3d1d
commit
2f6a934722
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue