libcxxrt: fix build issue with cmake 4

This commit is contained in:
Andrew Zah
2025-10-21 11:04:51 +09:00
parent b43c43d642
commit 12509c3e73
@@ -17,6 +17,11 @@ stdenv.mkDerivation {
sha256 = "+oTjU/DgOEIwJebSVkSEt22mJSdeONozB8FfzEiESHU=";
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
nativeBuildInputs = [ cmake ];
outputs = [