ocamlPackages.mdx: 1.4.0 → 1.5.0
And split to multiple outputs
This commit is contained in:
committed by
Vincent Laporte
parent
b5e82ad239
commit
089c0efe8c
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user