summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-07-03 12:00:00 +0000
committerAaron L. Zeng <me@bcc32.com>2022-07-07 00:32:21 -0400
commitf9d0937e014aaf7249102b8d9370501045b00a8a (patch)
tree0389ca645eac694d6242f620a01bce70f959abb8 /pkgs/development/ocaml-modules
parent4f6ddfdd23f0c3571af65465c8937b2640f988ff (diff)
ocamlPackages.jst-config: fetch upstream patch
https://github.com/NixOS/nixpkgs/pull/166033#issuecomment-1104695149
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.15.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix
index bc2f2f24e0a9..3f3ee5ae88f4 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.15.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix
@@ -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 {