elkhound: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-21 07:33:20 -03:00
parent 0720d4cf7a
commit 13fcdd4641

View File

@@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs scripts
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
sourceRoot = "${src.name}/src";