ocamlPackages.asn1-combinators: disable with OCaml < 4.08

Fixes build failures introduced by fbac0f4a6d
This commit is contained in:
Vincent Laporte 2022-03-30 17:44:30 +02:00 committed by Vincent Laporte
parent 9bf28042f5
commit ed1bc6d369

View file

@ -3,13 +3,11 @@
}: }:
buildDunePackage rec { buildDunePackage rec {
minimumOCamlVersion = "4.05"; minimalOCamlVersion = "4.08";
pname = "asn1-combinators"; pname = "asn1-combinators";
version = "0.2.6"; version = "0.2.6";
useDune2 = true;
src = fetchurl { src = fetchurl {
url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz"; url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
sha256 = "sha256-ASreDYhp72IQY3UsHPjqAm9rxwL+0Q35r1ZojikbGpE="; sha256 = "sha256-ASreDYhp72IQY3UsHPjqAm9rxwL+0Q35r1ZojikbGpE=";