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:
parent
3243c157a3
commit
5a5a87cd00
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue