treewide: change pythonForBuild to pythonOnBuildForHost
This commit is contained in:
@@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
mesonFlags = [
|
||||
"-Dpygi-overrides-dir=${placeholder "out"}/${python.sitePackages}/gi/overrides"
|
||||
# Exec format error during configure
|
||||
"-Dpython=${python.pythonForBuild.interpreter}"
|
||||
"-Dpython=${python.pythonOnBuildForHost.interpreter}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user