ocamlPackages.graphql-cohttp: patch Cohttp.Response.make call

This commit is contained in:
Marijan Petričević
2025-12-27 17:40:18 +07:00
parent 5f9b61da72
commit 2cdac195ac
@@ -36,6 +36,11 @@ buildDunePackage rec {
doCheck = true;
postPatch = ''
substituteInPlace graphql-cohttp/src/graphql_websocket.ml \
--replace-fail "~flush:true ()" "~version:\`HTTP_1_1 ()"
'';
meta = graphql.meta // {
description = "Run GraphQL servers with cohttp";
};