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
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user