From 45fc2a0940521a6864cefdb7e415672b4825fe64 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Mon, 20 Jan 2025 08:26:09 +0100 Subject: [PATCH] Revert "uhd: pin Boost 1.86" Patch for 1.87 was merged in eede7811b4b026c75ce3b2f91ed20bf26019261e. --- pkgs/applications/radio/uhd/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix index 9b05d201f933..6ff0c16a3106 100644 --- a/pkgs/applications/radio/uhd/default.nix +++ b/pkgs/applications/radio/uhd/default.nix @@ -8,8 +8,7 @@ cmake, pkg-config, # See https://files.ettus.com/manual_archive/v3.15.0.0/html/page_build_guide.html for dependencies explanations - # Pin Boost 1.86 due to use of boost::asio::io_service. - boost186, + boost, ncurses, enableCApi ? true, enablePythonApi ? true, @@ -165,7 +164,7 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = finalAttrs.pythonPath ++ [ - boost186 + boost libusb1 ] ++ optionals (enableExamples) [