Merge pull request #4170 from vbgl/ocaml-sexplib-camlp5

Updates ocaml-sexplib and ocaml-typeconv
This commit is contained in:
Domen Kožar
2014-09-19 20:45:14 +02:00
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}";