mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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.
|
;; mismatch, so run the whole thing.
|
||||||
(delete-file "test-driver")
|
(delete-file "test-driver")
|
||||||
(delete-file "configure") ;it's read-only
|
(delete-file "configure") ;it's read-only
|
||||||
(zero? (system* "autoreconf" "-vfi"))))
|
(invoke "autoreconf" "-vfi")))
|
||||||
(add-before 'check 'disable-signal-tests
|
(add-before 'check 'disable-signal-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; See e.g. https://github.com/google/glog/issues/219
|
;; See e.g. https://github.com/google/glog/issues/219
|
||||||
|
|
Loading…
Reference in a new issue