Skip to content

Commit 1495746

Browse files
authored
python3Packages.django-allauth: fix cross build (#399169)
2 parents ef88c3a + a498611 commit 1495746

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/django-allauth

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/django-allauth/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ buildPythonPackage rec {
6262
];
6363

6464
preBuild = ''
65-
${python.interpreter} -m django compilemessages
65+
${python.pythonOnBuildForHost.interpreter} -m django compilemessages
6666
'';
6767

6868
optional-dependencies = {

0 commit comments

Comments
 (0)