about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2023-01-11 21:28:04 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2023-01-14 16:08:43 +0100
commitc52c4d4aa13ff4d33f88af2edb3aa527ca470903 (patch)
treee7169ae4ec767b29f6ddc1582f1b2fdadf832151 /pkgs/top-level/ocaml-packages.nix
parent01ff3d2ca00d2bdb27f4758ea79baa74d40f2d87 (diff)
ocamlPackages.fzf: Patch hardcoded path to fzf binary
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index f037f5b7cc9d8..0d16023775434 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1597,7 +1597,7 @@ let
     if lib.versionOlder "4.10.2" ocaml.version
     then import ../development/ocaml-modules/janestreet/0.15.nix {
       inherit self;
-      inherit (pkgs) bash fetchpatch lib openssl zstd;
+      inherit (pkgs) bash fetchpatch fzf lib openssl zstd;
     }
     else if lib.versionOlder "4.08" ocaml.version
     then import ../development/ocaml-modules/janestreet/0.14.nix {