wdt: fix build with cmake4 (#455514)
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user