ocamlPackages.cohttp-async: Remove redundant patch that doesn't apply

This commit is contained in:
Aaron L. Zeng 2022-07-20 18:03:50 -04:00 committed by Vincent Laporte
parent d2b3250200
commit fbb839c562

View File

@ -1,6 +1,4 @@
{ lib
, fetchpatch
, fetchurl
, buildDunePackage
, ppx_sexp_conv
, base
@ -57,13 +55,6 @@ buildDunePackage {
core
];
# Compatibility with core 0.15. No longer needed after updating cohttp to 5.0.0.
patches = fetchpatch {
url = "https://github.com/mirage/ocaml-cohttp/commit/5a7124478ed31c6b1fa6a9a50602c2ec839083b5.patch";
sha256 = "0i99rl8604xqwb6d0yzk9ws4dflbn0j4hv2nba2qscbqrrn22rw3";
};
patchFlags = "-p1 -F3";
meta = cohttp.meta // {
description = "CoHTTP implementation for the Async concurrency library";
};