diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-11-07 10:37:58 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-11-07 10:38:13 +0200 |
commit | cbb5d2e14582ad825e94a2e1f13cc6c74923894f (patch) | |
tree | f11d986fe39ac7cb665f7dfa63c8061e55d6f156 /gnu/packages | |
parent | 02e2133bd2bf964125a070be57d172cc6171d4fb (diff) | |
download | patches-cbb5d2e14582ad825e94a2e1f13cc6c74923894f.tar patches-cbb5d2e14582ad825e94a2e1f13cc6c74923894f.tar.gz |
gnu: kodi: Fix typo.
This is a follow-up to 2c17bd7b2955beef4130d11b33e07e4fb3b234dc.
* gnu/packages/kodi.scm (kodi)[arguments]: Remove unwanted symbols.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kodi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 21e7b12d3e..6729f1f322 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -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>") "")) |