python311Packages.django-allauth: use python.interpreter

This commit is contained in:
Peder Bergebakken Sundt 2024-05-15 19:27:56 +02:00
parent dc59525800
commit e2b8d9dac2

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, python
# build-system
, setuptools
@ -56,7 +57,7 @@ buildPythonPackage rec {
requests-oauthlib
] ++ pyjwt.optional-dependencies.crypto;
preBuild = "python -m django compilemessages";
preBuild = "${python.interpreter} -m django compilemessages";
passthru.optional-dependencies = {
saml = [