Unverified Commit d5c080e2 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

gnss-sdr: fix build against boost 1.89 (#508646)

parents 74f4a2ae 04655019
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  fetchpatch,
  fetchFromGitHub,
  armadillo,
  cmake,
@@ -38,6 +39,10 @@ gnuradio.pkgs.mkDerivation rec {
    # cpu_features which is bundled in the source. NOTE: Perhaps this patch
    # should be sent upstream.
    ./fix_libcpu_features_install_path.patch
    (fetchpatch {
      url = "https://sources.debian.org/data/main/g/gnss-sdr/0.0.20-2/debian/patches/boost1.90.diff";
      hash = "sha256-IeLV0DIVzw+Nix9RmrqrbGDEjquvSws114UsdYphV58=";
    })
  ];

  nativeBuildInputs = [