treewide: change pythonForBuild to pythonOnBuildForHost
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
# workaround https://github.com/idank/bashlex/issues/51
|
||||
preBuild = ''
|
||||
${python.pythonForBuild.interpreter} -c 'import bashlex'
|
||||
${python.pythonOnBuildForHost.interpreter} -c 'import bashlex'
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user