forked from mirrors/nixpkgs
ocamlPackages.wasm: disable with OCaml 4.02
This commit is contained in:
parent
3d7f865ddb
commit
9211608da7
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, ocaml, findlib, ocamlbuild }:
|
{ stdenv, lib, fetchFromGitHub, ocaml, findlib, ocamlbuild }:
|
||||||
|
|
||||||
if !lib.versionAtLeast ocaml.version "4.02"
|
if !lib.versionAtLeast ocaml.version "4.03"
|
||||||
|| lib.versionOlder "4.13" ocaml.version
|
|| lib.versionOlder "4.13" ocaml.version
|
||||||
then throw "wasm is not available for OCaml ${ocaml.version}"
|
then throw "wasm is not available for OCaml ${ocaml.version}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue