dbus-python: fix cross compilation
Passing PYTHON ensures a python interpreter can be run even when cross compiling.
This commit is contained in:
parent
2510939212
commit
c0bf0edace
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
'' else null;
|
||||
|
||||
configureFlags = [
|
||||
"PYTHON_VERSION=${lib.versions.major python.version}"
|
||||
"PYTHON=${python.pythonForBuild.interpreter}"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user