Unverified Commit ce13c0a8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

libitl: fix build with cmake4 (#454305)

parents 07b5b5ea 87a7f021
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = ''