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

This commit is contained in:
Peder Bergebakken Sundt
2026-04-15 21:45:21 +00:00
committed by GitHub
+5
View File
@@ -1,5 +1,6 @@
{
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 = [