We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef88c3a + a498611 commit 1495746Copy full SHA for 1495746
pkgs/development/python-modules/django-allauth/default.nix
@@ -62,7 +62,7 @@ buildPythonPackage rec {
62
];
63
64
preBuild = ''
65
- ${python.interpreter} -m django compilemessages
+ ${python.pythonOnBuildForHost.interpreter} -m django compilemessages
66
'';
67
68
optional-dependencies = {
0 commit comments