ocamlPackages.httpcats: drop (implicit) dependency on rresult

This commit is contained in:
Vincent Laporte
2026-04-29 07:30:01 +02:00
parent 340a962145
commit 070d240eb9
@@ -1,4 +1,5 @@
{
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