wdt: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-25 08:47:39 -03:00
parent 688e66fd13
commit 60ea377715
+5
View File
@@ -51,6 +51,11 @@ stdenv.mkDerivation {
};
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.2)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
description = "Warp speed Data Transfer";
homepage = "https://github.com/facebook/wdt";