Loading pkgs/by-name/pr/pretix/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildNpmPackage, fetchFromGitHub, fetchPypi, fetchpatch2, nodejs, python3, gettext, Loading Loading @@ -78,6 +79,12 @@ python.pkgs.buildPythonApplication rec { # Discover pretix.plugin entrypoints during build and add them into # INSTALLED_APPS, so that their static files are collected. ./plugin-build.patch (fetchpatch2 { # fix tests after 2025-01-01 url = "https://github.com/pretix/pretix/commit/5a5a551c21461d9ef36337480c9874d65a9fdba9.patch"; hash = "sha256-ZtSVI6nVlJtNrnBZ9ktIqFGtNf+oWtvNsgCWwOUwVug="; }) ]; pythonRelaxDeps = [ Loading Loading
pkgs/by-name/pr/pretix/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildNpmPackage, fetchFromGitHub, fetchPypi, fetchpatch2, nodejs, python3, gettext, Loading Loading @@ -78,6 +79,12 @@ python.pkgs.buildPythonApplication rec { # Discover pretix.plugin entrypoints during build and add them into # INSTALLED_APPS, so that their static files are collected. ./plugin-build.patch (fetchpatch2 { # fix tests after 2025-01-01 url = "https://github.com/pretix/pretix/commit/5a5a551c21461d9ef36337480c9874d65a9fdba9.patch"; hash = "sha256-ZtSVI6nVlJtNrnBZ9ktIqFGtNf+oWtvNsgCWwOUwVug="; }) ]; pythonRelaxDeps = [ Loading