biboumi: fix breakage with CMake 4

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-10-07 18:04:13 +07:00
parent cee37840ad
commit 9d3c174551
+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/