about summary refs log tree commit diff
path: root/pkgs/applications/misc/tandoor-recipes
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2023-11-09 14:15:22 +0000
committerBruno BELANYI <bruno@belanyi.fr>2023-11-09 14:15:22 +0000
commit3a3c1077f3eb2fef2b50ca40969a2deaa3a9fce7 (patch)
tree4b802405d63a3afb7b45fd1db6538343ef7b1e32 /pkgs/applications/misc/tandoor-recipes
parent8ad872b2f923793abc8822cce462fbad03dec237 (diff)
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
Diffstat (limited to 'pkgs/applications/misc/tandoor-recipes')
-rw-r--r--pkgs/applications/misc/tandoor-recipes/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix
index 829def809d0cf..d98c83a048cec 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; [