gnuradioPackages.fosphor: fix build with boost 1.89

Assisted-by: Codex:gpt-5.5
This commit is contained in:
Chuang Zhu
2026-05-31 15:49:01 +08:00
parent 64c08a7ca0
commit c71a0e7c29
@@ -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