python3Packages.django-allauth: fix cross build (#399169)
This commit is contained in:
@@ -62,7 +62,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
${python.interpreter} -m django compilemessages
|
||||
${python.pythonOnBuildForHost.interpreter} -m django compilemessages
|
||||
'';
|
||||
|
||||
optional-dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user