localproxy: fix build with boost 1.89

Boost 1.89 removed the boost_system stub library. Remove the `system`
component from the find_package call.
This commit is contained in:
Philip Taron
2026-04-06 14:08:07 -07:00
parent fd05cc6897
commit b7dd6ebb79
+3
View File
@@ -54,6 +54,9 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace ./CMakeLists.txt --replace-fail \
"cmake_minimum_required(VERSION 3.2 FATAL_ERROR)" \
"cmake_minimum_required(VERSION 4.0)"
# boost 1.89 removed the boost_system stub library
substituteInPlace CMakeLists.txt --replace-fail ' system' ""
'';
# causes redefinition of _FORTIFY_SOURCE