io: fix build for cmake4

This commit is contained in:
Jappie3
2025-11-29 19:30:23 +01:00
parent e6e7c06cbf
commit 4862d4947e
+4
View File
@@ -54,6 +54,10 @@ stdenv.mkDerivation {
})
];
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail 'cmake_minimum_required(VERSION 2.8)' 'cmake_minimum_required(VERSION 3.10)'
'';
nativeBuildInputs = [
cmake
pkg-config