ocamlPackages.jst-config: fetch upstream patch

https://github.com/NixOS/nixpkgs/pull/166033#issuecomment-1104695149
This commit is contained in:
Guillaume Girol
2022-07-07 00:32:21 -04:00
committed by Aaron L. Zeng
parent 4f6ddfdd23
commit f9d0937e01
@@ -410,6 +410,13 @@ with self;
hash = "1lxqsj5k3v8p7g802vj1xc6bs5wrfpszh3q61xvpcd42pf3ahma9";
meta.description = "Compile-time configuration for Jane Street libraries";
buildInputs = [ dune-configurator ppx_assert stdio ];
patches = [
# remove on next release
(fetchpatch {
url = "https://github.com/janestreet/jst-config/commit/e5fdac6e5df9ba93e014a4d2db841fdbf209446f.patch";
sha256 = "sha256-8hVC76z5ilYD/++xRHVswy/l+zzDt63jH4hfSJ/rPaA=";
})
];
};
ocaml-compiler-libs = janePackage {