From 3a3c1077f3eb2fef2b50ca40969a2deaa3a9fce7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 9 Nov 2023 14:15:22 +0000 Subject: [PATCH] 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 --- pkgs/applications/misc/tandoor-recipes/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix index 829def809d0c..d98c83a048ce 100644 --- a/pkgs/applications/misc/tandoor-recipes/default.nix +++ b/pkgs/applications/misc/tandoor-recipes/default.nix @@ -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; [