mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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>")
|
||||
""))
|
||||
|
||||
|
|
Loading…
Reference in a new issue