Commit 3a3c1077 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

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
parent 8ad872b2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; [