Merge pull request #182930 from vbgl/ocaml-biocaml-clean

ocamlPackages.biocaml: disable for OCaml < 4.11
This commit is contained in:
superherointj 2022-07-31 18:08:13 -03:00 committed by GitHub
commit 8d665874d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,7 @@ buildDunePackage rec {
pname = "biocaml";
version = "0.11.2";
useDune2 = true;
minimumOCamlVersion = "4.08";
minimalOCamlVersion = "4.11";
src = fetchFromGitHub {
owner = "biocaml";