From cca779286a4dfd33a04d11954829dfeca0904b79 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 11 Aug 2025 09:55:29 +0200 Subject: [PATCH] ocamlPackages.mdx: add missing dependency to result --- pkgs/development/ocaml-modules/mdx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/mdx/default.nix b/pkgs/development/ocaml-modules/mdx/default.nix index 75c0ac1e7a98..bf16d88814fd 100644 --- a/pkgs/development/ocaml-modules/mdx/default.nix +++ b/pkgs/development/ocaml-modules/mdx/default.nix @@ -15,6 +15,7 @@ camlp-streams, lwt, re, + result, csexp, gitUpdater, }: @@ -40,6 +41,7 @@ buildDunePackage rec { ocaml-version camlp-streams re + result findlib ]; checkInputs = [