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

This commit is contained in:
Vincent Laporte
2020-05-18 18:17:20 +02:00
committed by Vincent Laporte
parent fdf4439acc
commit 311e883b23
@@ -7,6 +7,8 @@ buildDunePackage rec {
inherit (dune_2) src version;
minimumOCamlVersion = "4.07";
dontAddPrefix = true;
meta = with lib; {