We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899a023 + 1d5cb8a commit aa690fcCopy full SHA for aa690fc
pkgs/by-name/pr/pretix/package.nix
@@ -3,6 +3,7 @@
3
buildNpmPackage,
4
fetchFromGitHub,
5
fetchPypi,
6
+ fetchpatch2,
7
nodejs,
8
python3,
9
gettext,
@@ -78,6 +79,12 @@ python.pkgs.buildPythonApplication rec {
78
79
# Discover pretix.plugin entrypoints during build and add them into
80
# INSTALLED_APPS, so that their static files are collected.
81
./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
+ })
88
];
89
90
pythonRelaxDeps = [
0 commit comments