Merge pull request #260165 from vbgl/ocaml-cleaning-2023-10-10

ocamlPackages.{pprint,zelus-gtk}: disable for early versions of OCaml
This commit is contained in:
Weijia Wang 2023-10-10 16:13:02 +02:00 committed by GitHub
commit 458728abe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "pprint";
version = "20230830";
useDune2 = true;
minimalOCamlVersion = "4.03";
src = fetchFromGitHub {
owner = "fpottier";

View File

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