Skip to content

Commit

Permalink
Revert "uhd: pin Boost 1.86"
Browse files Browse the repository at this point in the history
Patch for 1.87 was merged in eede781.
  • Loading branch information
FliegendeWurst committed Jan 20, 2025
1 parent e00a8dc commit 45fc2a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/radio/uhd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -165,7 +164,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs =
finalAttrs.pythonPath
++ [
boost186
boost
libusb1
]
++ optionals (enableExamples) [
Expand Down

0 comments on commit 45fc2a0

Please sign in to comment.