seafile-client: bump minimum CMake version with substituteInPlace (#450764)

This commit is contained in:
2025-10-12 18:27:41 +00:00
committed by GitHub

View File

@@ -33,6 +33,12 @@ stdenv.mkDerivation rec {
}) })
]; ];
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail \
'CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)' \
'CMAKE_MINIMUM_REQUIRED(VERSION 3.10)'
'';
nativeBuildInputs = [ nativeBuildInputs = [
libuuid libuuid
pkg-config pkg-config