Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+5
+5
pkgs/applications/misc/tandoor-recipes/default.nix
··· 42 42 patches = [ 43 43 # Allow setting MEDIA_ROOT through environment variable 44 44 ./media-root.patch 45 + # https://github.com/TandoorRecipes/recipes/pull/2706 46 + (fetchpatch { 47 + url = "https://github.com/TandoorRecipes/recipes/commit/8f66f5c3ca61751a80cc133ff4c59019d6fca406.patch"; 48 + hash = "sha256-oF5YlPg1LEdLvKpxiSqjTmYPbrGquPlRIz6A05031gs="; 49 + }) 45 50 ]; 46 51 47 52 propagatedBuildInputs = with python.pkgs; [