ocamlPackages.dune-private-libs: disable for OCaml < 4.07
This commit is contained in:
parent
fdf4439acc
commit
311e883b23
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ buildDunePackage rec {
|
|||
|
||||
inherit (dune_2) src version;
|
||||
|
||||
minimumOCamlVersion = "4.07";
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue