ocamlPackages.mdx: 1.4.0 → 1.5.0

And split to multiple outputs
This commit is contained in:
Vincent Laporte
2019-12-14 15:57:36 +01:00
committed by Vincent Laporte
parent b5e82ad239
commit 089c0efe8c
4 changed files with 18 additions and 12 deletions
@@ -13,7 +13,7 @@ buildDunePackage rec {
sha256 = "16nwwpp13hzlcm9xqfxc558afm3i5s802dkj69l9s2vp04lgms5n";
};
checkInputs = lib.optional doCheck mdx;
checkInputs = lib.optional doCheck mdx.bin;
doCheck = !lib.versionAtLeast ocaml.version "4.08";