ocamlPackages.ocplib-endian: disable for OCaml ≤ 4.02

This commit is contained in:
Vincent Laporte 2022-03-28 18:25:15 +02:00 committed by Vincent Laporte
parent 9211608da7
commit 9c16cf9005

View file

@ -11,7 +11,7 @@ buildDunePackage rec {
sha256 = "sha256-THTlhOfXAPaqTt1qBkht+D67bw6M175QLvXoUMgjks4=";
};
useDune2 = true;
minimalOCamlVersion = "4.03";
nativeBuildInputs = [ cppo ];