From 801b070c408b49d7ee8b0c82378eafde26fcb9d0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 20 Sep 2021 18:14:24 +0200 Subject: [PATCH] ocamlPackages.stringext: disable tests with OCaml < 4.08 --- pkgs/development/ocaml-modules/stringext/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/stringext/default.nix b/pkgs/development/ocaml-modules/stringext/default.nix index 8aaf36baa8b..3d440cf4895 100644 --- a/pkgs/development/ocaml-modules/stringext/default.nix +++ b/pkgs/development/ocaml-modules/stringext/default.nix @@ -1,6 +1,6 @@ { lib, fetchurl, ocaml, buildDunePackage, ounit, qtest # Optionally enable tests; test script use OCaml-4.01+ features -, doCheck ? lib.versionAtLeast ocaml.version "4.04" +, doCheck ? lib.versionAtLeast ocaml.version "4.08" }: let version = "1.6.0"; in