cuneiform: fix building with CMake 4

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-10-05 16:16:49 +02:00
parent f36d0db5e3
commit d5ace73b50
+3
View File
@@ -36,6 +36,9 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
rm cuneiform_src/Kern/hhh/tigerh/h/strings.h
substituteInPlace CMakeLists.txt --replace-fail \
'cmake_minimum_required(VERSION 2.6.2)' \
'cmake_minimum_required(VERSION 3.10)'
'';
# make the install path match the rpath