summaryrefslogtreecommitdiffstats
path: root/pkgs/games/anki/patches/no-update-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/anki/patches/no-update-check.patch')
-rw-r--r--pkgs/games/anki/patches/no-update-check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/games/anki/patches/no-update-check.patch b/pkgs/games/anki/patches/no-update-check.patch
deleted file mode 100644
index a70cbabd23b8..000000000000
--- a/pkgs/games/anki/patches/no-update-check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)