wdt: fix build with cmake4 (#455514)

This commit is contained in:
Leona Maroni
2025-11-04 18:13:44 +00:00
committed by GitHub

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; { meta = with lib; {
description = "Warp speed Data Transfer"; description = "Warp speed Data Transfer";
homepage = "https://github.com/facebook/wdt"; homepage = "https://github.com/facebook/wdt";