xalan-c: fix CMake 4 issues
Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
@@ -28,6 +28,10 @@ stdenv.mkDerivation {
|
|||||||
./0001-clang19-gcc15-compat.patch
|
./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 ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
xercesc
|
xercesc
|
||||||
|
|||||||
Reference in New Issue
Block a user