flow: build with OCaml 4.10

This commit is contained in:
Vincent Laporte
2021-07-29 05:10:22 +02:00
committed by Vincent Laporte
parent 064432684d
commit 4d4aa14a3e
+1 -1
View File
@@ -13645,7 +13645,7 @@ in
ffuf = callPackage ../tools/security/ffuf { };
flow = callPackage ../development/tools/analysis/flow {
ocamlPackages = ocaml-ng.ocamlPackages_4_09;
ocamlPackages = ocaml-ng.ocamlPackages_4_10;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};