uhd: fix cross

This commit adds `python3` to `nativeBuildInputs` in order to fix
cross compilation of `uhd`.
This commit is contained in:
Adam Joseph 2023-04-16 17:43:03 -07:00
parent fc4d8a1007
commit ec1631a06f

View File

@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
python3
]
# 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