grive2: fix build with cmake 4

This commit is contained in:
aware70
2025-11-15 11:10:46 -06:00
parent bbf7bc5812
commit a7487b5aed
+5
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