libnghttp2_asio: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-21 16:39:49 -03:00
parent 0b3f6f538f
commit 345a318c5a
@@ -35,6 +35,11 @@ stdenv.mkDerivation {
openssl
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
description = "High level HTTP/2 C++ library";
longDescription = ''