gnuradioPackages.fosphor: fix build with boost 1.89 (#526242)

This commit is contained in:
Doron Behar
2026-05-31 13:16:58 +00:00
committed by GitHub
@@ -37,6 +37,12 @@ mkDerivation {
};
disabled = gnuradioOlder "3.9" || gnuradioAtLeast "3.11";
# Boost 1.89 removed the boost_system stub library.
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail 'COMPONENTS system chrono thread' 'COMPONENTS chrono thread'
'';
nativeBuildInputs = [
cmake
pkg-config