ocamlPackages.xtmpl: disable for OCaml ≥ 4.11
This commit is contained in:
parent
b3193b24e4
commit
d2727446df
|
@ -2,6 +2,7 @@
|
|||
, js_of_ocaml-ppx, re }:
|
||||
|
||||
if stdenv.lib.versionOlder ocaml.version "4.03"
|
||||
|| stdenv.lib.versionAtLeast ocaml.version "4.11"
|
||||
then throw "xtmpl not supported for ocaml ${ocaml.version}"
|
||||
else
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in New Issue