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
@@ -16,7 +16,7 @@ buildDunePackage rec {
buildInputs = [ iter ];
checkInputs = lib.optionals doCheck [ gen mdx ounit qcheck uutf ];
checkInputs = lib.optionals doCheck [ gen mdx.bin ounit qcheck uutf ];
propagatedBuildInputs = [ result uchar ];