Unverified Commit 070d240e authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.httpcats: drop (implicit) dependency on rresult

parent 340a9621
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  fetchpatch,
  fetchFromGitHub,
  buildDunePackage,
  lib,
@@ -28,6 +29,13 @@ buildDunePackage (finalAttrs: {
    hash = "sha256-I7u/n49WOnpc0EaagsjC4Ts/kz0Xj6YHZv6+QZKLrC4=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/robur-coop/httpcats/commit/d8787555d4831e0488780d42bd2c65de662d1d38.patch";
      hash = "sha256-Mqam6Sxd2kkkHDm459u9uerifuHbvZUVy2khQffvvCE=";
    })
  ];

  propagatedBuildInputs = [
    h2
    h1