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
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
'' else null;
|
'' else null;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"PYTHON_VERSION=${lib.versions.major python.version}"
|
"PYTHON=${python.pythonForBuild.interpreter}"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue