diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index 24e27d24e8d1..b922acc6885c 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -362,6 +362,14 @@ with self; propagatedBuildInputs = [ core ppx_jane ]; }; + fzf = janePackage { + pname = "fzf"; + minimumOCamlVersion = "4.08"; + hash = "1ha0i6dx5bgwzbdi4rn98wjwi2imv5p2i7qs7hy0c6cmg88xbdry"; + meta.description = "A library for running the fzf command line tool"; + propagatedBuildInputs = [ async core_kernel ppx_jane ]; + }; + higher_kinded = janePackage { pname = "higher_kinded"; minimumOCamlVersion = "4.09";