biboumi: fix breakage with CMake 4 (#449468)

This commit is contained in:
Masum Reza
2025-10-07 12:44:42 +00:00
committed by GitHub
+6
View File
@@ -79,6 +79,12 @@ stdenv.mkDerivation {
"man"
];
cmakeFlags = [
# Fix breakage with CMake 4
"-DCMAKE_SKIP_RPATH=ON"
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
];
preConfigure = ''
substituteInPlace CMakeLists.txt --replace /etc/biboumi $out/etc/biboumi
cp ${catch}/single_include/catch.hpp tests/