crystfel: fix cmake4 error

This commit is contained in:
Guy Chronister
2025-10-30 10:23:24 -05:00
parent 7cc29e6348
commit 598a65ae09

View File

@@ -185,6 +185,12 @@ let
})
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0.0)" \
"cmake_minimum_required(VERSION 3.10)"
'';
nativeBuildInputs = [ cmake ];
buildInputs = [
hdf5