Skip to content

Commit a498611

Browse files
python3Packages.django-allauth: fix cross build
1 parent 52fa4ab commit a498611

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)