libitl: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-21 16:09:03 -03:00
parent 0b3f6f538f
commit 87a7f0217f
+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 = ''