Merge pull request #226558 from amjoseph-nixpkgs/pr/fixcross/uhd

uhd: fix cross
This commit is contained in:
Adam Joseph 2023-04-17 04:46:51 +00:00 committed by GitHub
commit a1c17c91e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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