diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix index c69de023e25f..b6860396b0d3 100644 --- a/pkgs/applications/radio/uhd/default.nix +++ b/pkgs/applications/radio/uhd/default.nix @@ -6,7 +6,8 @@ cmake, pkg-config, # See https://files.ettus.com/manual_archive/v3.15.0.0/html/page_build_guide.html for dependencies explanations - boost, + # Pin Boost 1.86 due to use of boost::asio::io_service. + boost186, ncurses, enableCApi ? true, enablePythonApi ? true, @@ -162,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = finalAttrs.pythonPath ++ [ - boost + boost186 libusb1 ] ++ optionals (enableExamples) [