libitl: fix build with cmake4 (#454305)

This commit is contained in:
Yohann Boniface
2025-10-26 00:37:19 +00:00
committed by GitHub
+5
View File
@@ -18,6 +18,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-bhejnA7FfuopR27heliaE/vNd1Rqvnjj3n/vkjmimAw=";
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
description = "Islamic Tools and Libraries (ITL)";
longDescription = ''