Commit a1464b10 authored by Doron Behar's avatar Doron Behar
Browse files

gnuradioPackages.osmosdr: fix build with boost 1.89

parent 5f2283f4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  mkDerivation,
  fetchgit,
  fetchpatch,
  gnuradio,
  cmake,
  pkg-config,
@@ -34,6 +35,15 @@ mkDerivation rec {
    hash = "sha256-jCUzBY1pYiEtcRQ97t9F6uEMVYw2NU0eoB5Xc2H6pGQ=";
  };

  patches = [
    # Fixes build with boost 1.89, see:
    # https://github.com/osmocom/gr-osmosdr/pull/29
    (fetchpatch {
      url = "https://github.com/osmocom/gr-osmosdr/commit/06249f1f0930aa553ef8877b50503b9f5c77b4a0.patch";
      hash = "sha256-ofjuDvTT2PzRTR6UWchTQzmr9a83ka5TfUdlCBe4Is0=";
    })
  ];

  disabled = gnuradioAtLeast "3.11";

  outputs = [