mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
anki: 2.1.6-beta2 -> 2.1.7 (#53154)
This commit is contained in:
parent
d8e907ba18
commit
8065fe8b8e
@ -26,17 +26,17 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "2.1.6-beta2";
|
version = "2.1.7";
|
||||||
name = "anki-${version}";
|
name = "anki-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://apps.ankiweb.net/downloads/beta/${name}-source.tgz"
|
"https://apps.ankiweb.net/downloads/current/${name}-source.tgz"
|
||||||
# "https://apps.ankiweb.net/downloads/current/${name}-source.tgz"
|
# "https://apps.ankiweb.net/downloads/current/${name}-source.tgz"
|
||||||
# "http://ankisrs.net/download/mirror/${name}.tgz"
|
# "http://ankisrs.net/download/mirror/${name}.tgz"
|
||||||
# "http://ankisrs.net/download/mirror/archive/${name}.tgz"
|
# "http://ankisrs.net/download/mirror/archive/${name}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "0h71s1j1269x0b8481z8xf019caqglcjs32xlpzk72087ps169fa";
|
sha256 = "0cvlimfxb7kficlf20hg7a345pahvr093b7yqvssww15h4y4va9d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyqt5 sqlalchemy
|
propagatedBuildInputs = [ pyqt5 sqlalchemy
|
||||||
@ -54,16 +54,6 @@ buildPythonApplication rec {
|
|||||||
patches = [
|
patches = [
|
||||||
# Disable updated version check.
|
# Disable updated version check.
|
||||||
./no-version-check.patch
|
./no-version-check.patch
|
||||||
|
|
||||||
# This is needed to fix python 3.7 compatibilty, where the
|
|
||||||
# behaviour of `re.escape()` was changed in a way that it no
|
|
||||||
# longer escapes `%`. This patch detects this difference at
|
|
||||||
# runtime and makes anki work with any python version.
|
|
||||||
# Upstream PR: https://github.com/dae/anki/pull/266
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/dae/anki/commit/3d69aa9ce454a151ba75deafd7de117af2c7307d.patch";
|
|
||||||
sha256 = "0kf9gajhy0wcajp24xfia71z6gn1mc4vl37svvq4sqbhj3gigd0h";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user