Skip to content

Commit fc78825

Browse files
authored
ocamlPackages.ocaml_intrinsics: propagate its “kernel” dependency (NixOS#416339)
2 parents 71432ea + e1c74a4 commit fc78825

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/ocaml-modules/janestreet

1 file changed

+2
-0
lines changed

pkgs/development/ocaml-modules/janestreet/0.17.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,8 @@ with self;
935935
meta.description = "A library of intrinsics for OCaml";
936936
buildInputs = [
937937
dune-configurator
938+
];
939+
propagatedBuildInputs = [
938940
ocaml_intrinsics_kernel
939941
];
940942
patches = [

0 commit comments

Comments
 (0)