gnu: kodi: Fix typo.

This is a follow-up to 2c17bd7b29.

* gnu/packages/kodi.scm (kodi)[arguments]: Remove unwanted symbols.
This commit is contained in:
Efraim Flashner 2018-11-07 10:37:58 +02:00
parent 02e2133bd2
commit cbb5d2e145
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -317,8 +317,8 @@ (define-public kodi
(string-append (assoc-ref inputs "tzdata")
"/share/zoneinfo")))
;; Don't phone home to check for updates.¬
(substitute* "system/addon-manifest.xml"¬
;; Don't phone home to check for updates.
(substitute* "system/addon-manifest.xml"
(("<addon optional=\\\"true\\\">service.xbmc.versioncheck</addon>")
""))