From e1c74a4bfe477554d0601f7aa6000ec0cbc6c2fa Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 13 Jun 2025 06:55:26 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.ocaml=5Fintrinsics:=20propagate?= =?UTF-8?q?=20its=20=E2=80=9Ckernel=E2=80=9D=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/janestreet/0.17.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/janestreet/0.17.nix b/pkgs/development/ocaml-modules/janestreet/0.17.nix index b16957cb8732..52ec1e5146e2 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.17.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.17.nix @@ -935,6 +935,8 @@ with self; meta.description = "A library of intrinsics for OCaml"; buildInputs = [ dune-configurator + ]; + propagatedBuildInputs = [ ocaml_intrinsics_kernel ]; patches = [