gnu: kodi: Disable version checker.

Fixes bug#32997.

* gnu/packages/kodi.scm (kodi)[arguments]: Add substitution to remove
the version checking configuration option.
This commit is contained in:
Efraim Flashner 2018-10-21 12:06:13 +03:00
parent 617c478506
commit 2c17bd7b29
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -317,6 +317,11 @@ (define-public kodi
(string-append (assoc-ref inputs "tzdata")
"/share/zoneinfo")))
;; Don't phone home to check for updates.¬
(substitute* "system/addon-manifest.xml"¬
(("<addon optional=\\\"true\\\">service.xbmc.versioncheck</addon>")
""))
;; Let's disable some tests that are known not to work here.
;; Doing this later while in the cmake "../build" directory
;; is trickier.