mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
ocamlPackages.functoria: disable tests
This commit is contained in:
parent
ea51548160
commit
020ad56467
@ -12,7 +12,8 @@ buildDunePackage {
|
||||
|
||||
propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];
|
||||
|
||||
doCheck = true;
|
||||
# Tests are not compatible with cmdliner 1.3
|
||||
doCheck = false;
|
||||
checkInputs = [ alcotest functoria-runtime ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user