Commit ec1631a0 authored by Adam Joseph's avatar Adam Joseph
Browse files

uhd: fix cross

This commit adds `python3` to `nativeBuildInputs` in order to fix
cross compilation of `uhd`.
parent fc4d8a10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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