mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue