dune_1: build with OCaml 4.10

This commit is contained in:
Vincent Laporte 2021-04-20 06:01:42 +02:00 committed by Vincent Laporte
parent ab51ade9a3
commit 8d4b6207e9

View File

@ -2371,7 +2371,8 @@ in
duf = callPackage ../tools/misc/duf { };
inherit (ocamlPackages) dune_1 dune_2 dune-release;
inherit (ocaml-ng.ocamlPackages_4_10) dune_1;
inherit (ocamlPackages) dune_2 dune-release;
duperemove = callPackage ../tools/filesystems/duperemove { };