schroot: adapt to boost 1.89
This commit is contained in:
@@ -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)
|
||||
@@ -50,6 +50,7 @@ stdenv.mkDerivation {
|
||||
./fix-absolute-paths.patch
|
||||
./fix-boost-includes.patch
|
||||
./bump-cmake-minimum.patch
|
||||
./boost-1.89.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user