python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / games / anki / no-version-check.patch
blobce166b4b87d53e53ee56188b9e11f36258a7e6ea
1 diff -Nurp anki-2.0.33.orig/aqt/main.py anki-2.0.33/aqt/main.py
2 --- anki-2.0.33.orig/aqt/main.py 2016-01-05 21:37:53.904533750 +0100
3 +++ anki-2.0.33/aqt/main.py 2016-01-05 21:39:11.469175976 +0100
4 @@ -820,6 +820,9 @@ title="%s">%s</button>''' % (
5 ##########################################################################
7 def setupAutoUpdate(self):
8 + # Don't check for latest version since the versions are
9 + # managed in Nixpkgs.
10 + return
11 import aqt.update
12 self.autoUpdate = aqt.update.LatestVersionFinder(self)
13 self.connect(self.autoUpdate, SIGNAL("newVerAvail"), self.newVerAvail)