ocamlPackages.mtime: disable jsoo support for OCaml < 4.03

This commit is contained in:
Vincent Laporte 2019-09-06 16:01:51 +00:00 committed by Vincent Laporte
parent 3243c157a3
commit 5a5a87cd00

View File

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, ocaml, findlib, ocamlbuild, topkg, js_of_ocaml { stdenv, lib, fetchurl, ocaml, findlib, ocamlbuild, topkg, js_of_ocaml
, jsooSupport ? true , jsooSupport ? lib.versionAtLeast ocaml.version "4.03"
}: }:
with lib; with lib;