uhd: fix cross
This commit adds `python3` to `nativeBuildInputs` in order to fix cross compilation of `uhd`.
This commit is contained in:
parent
fc4d8a1007
commit
ec1631a06f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
python3
|
||||||
]
|
]
|
||||||
# If both enableLibuhd_Python_api and enableUtils are off, we don't need
|
# If both enableLibuhd_Python_api and enableUtils are off, we don't need
|
||||||
# pythonEnv in buildInputs as it's a 'build' dependency and not a runtime
|
# pythonEnv in buildInputs as it's a 'build' dependency and not a runtime
|
||||||
|
|
Loading…
Reference in a new issue