ocamlPackages.wasm: disable for OCaml ≥ 4.08
This commit is contained in:
parent
4ada24a02c
commit
bab3588e4e
|
@ -1,6 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild }:
|
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild }:
|
||||||
|
|
||||||
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
|
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
|
||||||
|
|| stdenv.lib.versionAtLeast ocaml.version "4.08"
|
||||||
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 New Issue