libnghttp2_asio: fix build with cmake4
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user