Updates ocaml-sexplib and ocaml-typeconv

Fixes OCaml / camlp5 version mismatch
This commit is contained in:
Vincent Laporte
2014-09-19 19:09:37 +01:00
parent f5c43d9f62
commit 8febae5dfd
9 changed files with 106 additions and 235 deletions

View File

@@ -8,6 +8,8 @@ let
metafile = ./META;
in
assert !stdenv.lib.versionOlder "4.00" ocaml_version;
stdenv.mkDerivation {
name = "${pname}${if transitional then "_transitional" else ""}-${version}";