ocamlPackages.ulex08: disable for OCaml ≥ 4.06
This commit is contained in:
parent
4f7c4e70e4
commit
84e3cece28
@ -4,6 +4,10 @@ let
|
||||
pname = "ulex";
|
||||
in
|
||||
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||
then throw "ulex-0.8 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
version = "0.8";
|
||||
|
Loading…
Reference in New Issue
Block a user