treewide: change pythonForBuild to pythonOnBuildForHost

This commit is contained in:
Adam Joseph
2023-11-05 17:42:12 -08:00
parent 4f649d67d5
commit bc2d598878
91 changed files with 137 additions and 137 deletions
@@ -46,7 +46,7 @@ buildPythonPackage rec {
'';
postInstall = ''
${python.pythonForBuild.interpreter} -m bash_kernel.install --prefix $out
${python.pythonOnBuildForHost.interpreter} -m bash_kernel.install --prefix $out
'';
meta = with lib; {