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