mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
ocamlPackages.stringext: disable tests with OCaml < 4.08
This commit is contained in:
parent
bb7692db80
commit
801b070c40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user