Skip to content

Commit

Permalink
Merge pull request #226558 from amjoseph-nixpkgs/pr/fixcross/uhd
Browse files Browse the repository at this point in the history
uhd: fix cross
  • Loading branch information
Adam Joseph committed Apr 17, 2023
2 parents f405ff3 + ec1631a commit a1c17c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/radio/uhd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1c17c9

Please sign in to comment.