gnu: kodi: Fix typo.
This is a follow-up to 2c17bd7b29
.
* gnu/packages/kodi.scm (kodi)[arguments]: Remove unwanted symbols.
master
parent
02e2133bd2
commit
cbb5d2e145
|
@ -317,8 +317,8 @@ generator library for C++.")
|
|||
(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>")
|
||||
""))
|
||||
|
||||
|
|
Reference in New Issue