elkhound: fix build with cmake4 (#454162)

This commit is contained in:
Sandro
2025-10-31 10:03:22 +00:00
committed by GitHub

View File

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