ocamlPackages.zelus-gtk: disable for OCaml < 4.10

This commit is contained in:
Vincent Laporte 2023-10-10 07:59:44 +02:00
parent 1d4048e952
commit 642a5f2a7b
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -7,7 +7,7 @@ buildDunePackage {
pname = "zelus-gtk";
inherit (zelus) version src postPatch;
minimalOCamlVersion = "4.08.1";
minimalOCamlVersion = "4.10";
nativeBuildInputs = [
zelus