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
+1
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