espeak-ng: fix build with ucdSupport against CMake >= 4.0 (#449109)
This commit is contained in:
@@ -47,6 +47,11 @@ let
|
||||
|
||||
sourceRoot = "${src.name}/src/ucd-tools";
|
||||
|
||||
# fix compatibility with CMake (https://cmake.org/cmake/help/v4.0/policy/CMP0000.html)
|
||||
postPatch = ''
|
||||
echo 'cmake_minimum_required(VERSION 4.0)' >> CMakeLists.txt
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user