ocamlPackages.mdx: add missing dependency to result

This commit is contained in:
Vincent Laporte 2025-08-11 09:55:29 +02:00 committed by Vincent Laporte
parent 37a1895466
commit cca779286a

View File

@ -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 = [