schroot: adapt to boost 1.89

This commit is contained in:
hlad
2026-04-10 13:22:51 +02:00
parent 70acdbf061
commit 1456493aa8
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@
include(FindBoost)
find_package(Boost REQUIRED
- COMPONENTS filesystem system iostreams program_options regex)
+ COMPONENTS filesystem iostreams program_options regex)
# HEADER CHECKS
include(CheckIncludeFileCXX)
+1
View File
@@ -50,6 +50,7 @@ stdenv.mkDerivation {
./fix-absolute-paths.patch
./fix-boost-includes.patch
./bump-cmake-minimum.patch
./boost-1.89.patch
];
nativeBuildInputs = [