ocamlPackages.enumerate: disable for OCaml ≥ 4.06
This commit is contained in:
parent
c2b86bc5bb
commit
f7c617e34d
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
|
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
|
||||||
|
|
||||||
|
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||||
|
then throw "enumerate-111.08.00 is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-enumerate-111.08.00";
|
name = "ocaml-enumerate-111.08.00";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user