Unverified Commit a38b1883 authored by Alexander V. Nikolaev's avatar Alexander V. Nikolaev
Browse files

xalan-c: fix CMake 4 issues

parent c38074f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ stdenv.mkDerivation {
    ./0001-clang19-gcc15-compat.patch
  ];

  postPatch = ''
    substituteInPlace CMakeLists.txt --replace-fail 'cmake_minimum_required(VERSION 3.2.0)' 'cmake_minimum_required(VERSION 3.10.0)'
  '';

  nativeBuildInputs = [ cmake ];
  buildInputs = [
    xercesc