seafile-client: bump minimum CMake version with substituteInPlace

Upstream does not plan to update soon:
https://github.com/haiwen/seafile-client/issues/1615
This commit is contained in:
melvyn
2025-10-10 15:13:01 -04:00
parent 08dcb7ecf6
commit aecc8216c1

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 = [
libuuid
pkg-config