biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / junit / alcotest.nix
blob6bcdbab33498087aaa4e54cef90702b570bea163
1 { buildDunePackage, junit, alcotest }:
3 buildDunePackage ({
4   pname = "junit_alcotest";
6   inherit (junit) src version meta;
7   duneVersion = "3";
9   propagatedBuildInputs = [
10     junit
11     alcotest
12   ];
14   doCheck = false; # 2 tests fail: 1) "Test with unexpected exception"; 2) "with wrong result";