From ec1631a06f864c5303c86f63862e5bc3c4ee3e67 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 16 Apr 2023 17:43:03 -0700 Subject: [PATCH] uhd: fix cross This commit adds `python3` to `nativeBuildInputs` in order to fix cross compilation of `uhd`. --- pkgs/applications/radio/uhd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix index b810af6e2ea6..476a954f8181 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