diff --git a/pkgs/by-name/cu/curv/package.nix b/pkgs/by-name/cu/curv/package.nix index 2859522af3d2..2fd270b06787 100644 --- a/pkgs/by-name/cu/curv/package.nix +++ b/pkgs/by-name/cu/curv/package.nix @@ -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; {