ocamlPackages.graphql-cohttp: patch Cohttp.Response.make call
This commit is contained in:
@@ -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”";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user