curv: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-11-06 18:32:14 -03:00
parent 1d1bfea919
commit eb011f3f0f
+5
View File
@@ -70,6 +70,11 @@ stdenv.mkDerivation {
runHook postInstallCheck
'';
postPatch = ''
substituteInPlace extern/googletest/googletest/CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.6.2)" "cmake_minimum_required(VERSION 3.10)"
'';
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {