Revert "ocamlPackages.spacetime: only build with ocaml-4.04"

This reverts commit f18ac15dca.
This commit is contained in:
Vincent Laporte 2017-02-24 06:47:05 +00:00
parent 01fdaee031
commit 71739f348e

View file

@ -399,10 +399,7 @@ let
sequence = callPackage ../development/ocaml-modules/sequence { };
spacetime_lib = if lib.versionOlder "4.04" ocaml.version then
callPackage ../development/tools/ocaml/ocamlbuild { }
else
null;
spacetime_lib = callPackage ../development/ocaml-modules/spacetime_lib { };
sqlexpr = callPackage ../development/ocaml-modules/sqlexpr { };