mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #226558 from amjoseph-nixpkgs/pr/fixcross/uhd
uhd: fix cross
This commit is contained in:
commit
a1c17c91e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user