gnu: kodi: Use INVOKE.

* gnu/packages/kodi.scm (kodi)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-21 13:29:54 +02:00
parent 2aa137e261
commit 93ab9a5d76
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -295,7 +295,7 @@ (define-public kodi
"lib/cpluff")))
(every (lambda (third-party)
(with-directory-excursion third-party
(zero? (system* "autoreconf" "-vif"))))
(invoke "autoreconf" "-vif")))
dirs))))
(add-after 'bootstrap-bundled-software 'patch-stuff
(lambda* (#:key inputs #:allow-other-keys)
@ -336,7 +336,7 @@ (define-public kodi
#t))
(add-before 'check 'build-kodi-test
(lambda _
(zero? (system* "make" "kodi-test")))))))
(invoke "make" "kodi-test"))))))
;; TODO: Add dependencies for:
;; - nfs
;; - cec