grip-search: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-21 09:38:30 -03:00
parent 0720d4cf7a
commit 235f38852d
+3
View File
@@ -41,6 +41,9 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/general/config.h --replace-fail "CUSTOM-BUILD" "${version}"
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required (VERSION 3.1)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {