From 73936470d038985ca1e852783e1e8f6b5dceabfd Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Wed, 8 Jan 2025 12:32:19 +0100 Subject: [PATCH] uhd: pin Boost 1.86 --- pkgs/applications/radio/uhd/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) [