gnuradioPackages.fosphor: fix build with boost 1.89 (#526242)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user