ocamlPackages.mtime: disable jsoo support for OCaml < 4.03
This commit is contained in:
parent
3243c157a3
commit
5a5a87cd00
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, lib, fetchurl, ocaml, findlib, ocamlbuild, topkg, js_of_ocaml
|
||||
, jsooSupport ? true
|
||||
, jsooSupport ? lib.versionAtLeast ocaml.version "4.03"
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
|
Loading…
Reference in New Issue