about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/anki/patches/no-update-check.patch
blob: a70cbabd23b8454a29f789a038f19a22eca321e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/qt/aqt/main.py b/qt/aqt/main.py
index 0f2764f66..c42a88402 100644
--- a/qt/aqt/main.py
+++ b/qt/aqt/main.py
@@ -1395,6 +1395,8 @@ title="{}" {}>{}</button>""".format(
     ##########################################################################

     def setupAutoUpdate(self) -> None:
+        # nixpkgs patch; updates are managed by nix
+        return
         import aqt.update

         self.autoUpdate = aqt.update.LatestVersionFinder(self)