seafile-client: bump minimum CMake version with substituteInPlace (#450764)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user