Skip to content

Commit aa690fc

Browse files
authored
pretix: fix tests after 2025-01-01 (NixOS#370913)
2 parents 899a023 + 1d5cb8a commit aa690fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/by-name/pr/pretix/package.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildNpmPackage,
44
fetchFromGitHub,
55
fetchPypi,
6+
fetchpatch2,
67
nodejs,
78
python3,
89
gettext,
@@ -78,6 +79,12 @@ python.pkgs.buildPythonApplication rec {
7879
# Discover pretix.plugin entrypoints during build and add them into
7980
# INSTALLED_APPS, so that their static files are collected.
8081
./plugin-build.patch
82+
83+
(fetchpatch2 {
84+
# fix tests after 2025-01-01
85+
url = "https://github.com/pretix/pretix/commit/5a5a551c21461d9ef36337480c9874d65a9fdba9.patch";
86+
hash = "sha256-ZtSVI6nVlJtNrnBZ9ktIqFGtNf+oWtvNsgCWwOUwVug=";
87+
})
8188
];
8289

8390
pythonRelaxDeps = [

0 commit comments

Comments
 (0)