0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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
, jsooSupport ? true
, jsooSupport ? lib.versionAtLeast ocaml.version "4.03"
}:
with lib;