From f714fa5a7574970f1025eda6af93142e083c2af0 Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Thu, 27 Oct 2022 01:25:54 -0400 Subject: [PATCH] ocamlPackages.fzf: init at 0.15.0 --- pkgs/development/ocaml-modules/janestreet/0.15.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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";