python3Packages.django-allauth: backport patch for dj-rest-auth compat
This commit is contained in:
@@ -170,6 +170,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
tag = version;
|
||||
hash = "sha256-1HmEJ5E4Vp/CoyzUegqQXpzKUuz3dLx2EEv7dk8fq8w=";
|
||||
};
|
||||
patches = [ ];
|
||||
}
|
||||
))
|
||||
django-auditlog
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitea,
|
||||
fetchpatch,
|
||||
pythonOlder,
|
||||
python,
|
||||
|
||||
@@ -55,6 +56,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-pwWrdWk3bARM4dKbEnUWXuyjw/rTcOjk3YXowDa+Hm8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "dj-rest-auth-compat.patch";
|
||||
url = "https://github.com/pennersr/django-allauth/commit/d50a9b09bada6753b52e52571d0830d837dc08ee.patch";
|
||||
hash = "sha256-cFj9HEAlAITbRcR23ptzUYamoLmdtFEUVkDtv4+BBY0=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ gettext ];
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user