grive2: fix build with cmake 4 (#461980)

This commit is contained in:
Aleksana
2025-11-16 02:53:37 +00:00
committed by GitHub

View File

@@ -34,6 +34,11 @@ stdenv.mkDerivation rec {
})
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail 'cmake_minimum_required(VERSION 2.8)' 'cmake_minimum_required(VERSION 3.10)'
'';
nativeBuildInputs = [
cmake
pkg-config