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:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user