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:
parent
02e2133bd2
commit
cbb5d2e145
|
@ -317,8 +317,8 @@ generator library for C++.")
|
||||||
(string-append (assoc-ref inputs "tzdata")
|
(string-append (assoc-ref inputs "tzdata")
|
||||||
"/share/zoneinfo")))
|
"/share/zoneinfo")))
|
||||||
|
|
||||||
;; Don't phone home to check for updates.¬
|
;; Don't phone home to check for updates.
|
||||||
(substitute* "system/addon-manifest.xml"¬
|
(substitute* "system/addon-manifest.xml"
|
||||||
(("<addon optional=\\\"true\\\">service.xbmc.versioncheck</addon>")
|
(("<addon optional=\\\"true\\\">service.xbmc.versioncheck</addon>")
|
||||||
""))
|
""))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue