libnghttp2_asio: fix build with cmake4 (#454316)

This commit is contained in:
Aleksana
2025-11-08 07:40:31 +00:00
committed by GitHub
@@ -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 = ''