signalbackup-tools: 20241220 -> 20250106 (#371523)
[NixPkgs.git] / pkgs / development / ocaml-modules / junit / alcotest.nix
blobedec978cbe8e32209ab92585098e0ab5ba1aa69e
2   buildDunePackage,
3   junit,
4   alcotest,
5 }:
7 buildDunePackage ({
8   pname = "junit_alcotest";
10   inherit (junit) src version meta;
11   duneVersion = "3";
13   propagatedBuildInputs = [
14     junit
15     alcotest
16   ];
18   doCheck = false; # 2 tests fail: 1) "Test with unexpected exception"; 2) "with wrong result";