guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: kodi: Fix typo.


From: Efraim Flashner
Subject: 01/01: gnu: kodi: Fix typo.
Date: Wed, 7 Nov 2018 03:38:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cbb5d2e14582ad825e94a2e1f13cc6c74923894f
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 7 10:37:58 2018 +0200

    gnu: kodi: Fix typo.
    
    This is a follow-up to 2c17bd7b2955beef4130d11b33e07e4fb3b234dc.
    
    * gnu/packages/kodi.scm (kodi)[arguments]: Remove unwanted symbols.
---
 gnu/packages/kodi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 21e7b12..6729f1f 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>")
                 ""))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]