ocamlPackages.dune-private-libs: disable for OCaml < 4.07

This commit is contained in:
Vincent Laporte 2020-05-14 16:39:00 +02:00 committed by Vincent Laporte
parent fdf4439acc
commit 311e883b23

View file

@ -7,6 +7,8 @@ buildDunePackage rec {
inherit (dune_2) src version;
minimumOCamlVersion = "4.07";
dontAddPrefix = true;
meta = with lib; {