tandoor-recipes: fix django-allauth

Upstream has yet to update to the new version which is packaged in our
repo, so bring in the patch [1] while waiting for an update.

[1]: https://github.com/TandoorRecipes/recipes/pull/2706
This commit is contained in:
Bruno BELANYI
2023-11-09 14:15:22 +00:00
parent 8ad872b2f9
commit 3a3c1077f3
@@ -42,6 +42,11 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
patches = [
# Allow setting MEDIA_ROOT through environment variable
./media-root.patch
# https://github.com/TandoorRecipes/recipes/pull/2706
(fetchpatch {
url = "https://github.com/TandoorRecipes/recipes/commit/8f66f5c3ca61751a80cc133ff4c59019d6fca406.patch";
hash = "sha256-oF5YlPg1LEdLvKpxiSqjTmYPbrGquPlRIz6A05031gs=";
})
];
propagatedBuildInputs = with python.pkgs; [