about summary refs log tree commit diff
path: root/pkgs/applications/radio/uhd/default.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-04-16 17:43:03 -0700
committerAdam Joseph <adam@westernsemico.com>2023-04-16 17:43:38 -0700
commitec1631a06f864c5303c86f63862e5bc3c4ee3e67 (patch)
tree92838647be05c2552e6f992af279472c3b016ab7 /pkgs/applications/radio/uhd/default.nix
parentfc4d8a1007fe4a30db5386ced8c175bbb0f19ceb (diff)
uhd: fix cross
This commit adds `python3` to `nativeBuildInputs` in order to fix
cross compilation of `uhd`.
Diffstat (limited to 'pkgs/applications/radio/uhd/default.nix')
-rw-r--r--pkgs/applications/radio/uhd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix
index b810af6e2ea6f..476a954f8181a 100644
--- a/pkgs/applications/radio/uhd/default.nix
+++ b/pkgs/applications/radio/uhd/default.nix
@@ -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