guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: kodi: Disable version checker.


From: Efraim Flashner
Subject: 01/01: gnu: kodi: Disable version checker.
Date: Sun, 21 Oct 2018 09:39:50 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2c17bd7b2955beef4130d11b33e07e4fb3b234dc
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 21 12:06:13 2018 +0300

    gnu: kodi: Disable version checker.
    
    Fixes bug#32997.
    
    * gnu/packages/kodi.scm (kodi)[arguments]: Add substitution to remove
    the version checking configuration option.
---
 gnu/packages/kodi.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 86ce914..21e7b12 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -317,6 +317,11 @@ 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"¬
+               (("<addon 
optional=\\\"true\\\">service.xbmc.versioncheck</addon>")
+                ""))
+
              ;; Let's disable some tests that are known not to work here.
              ;; Doing this later while in the cmake "../build" directory
              ;; is trickier.



reply via email to

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