summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-06-23 08:43:42 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-06-23 09:49:23 +0200
commit5183c8d21d95fa6c9e9c7ba97bd68066e8585209 (patch)
tree665033d43322580f4bbca55f95b157b8e4069b78 /pkgs/development/ocaml-modules
parent3ae20aa58a6c0d1ca95c9b11f59a2d12eebc511f (diff)
downloadnixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar.gz
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar.bz2
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar.lz
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar.xz
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.tar.zst
nixpkgs-5183c8d21d95fa6c9e9c7ba97bd68066e8585209.zip
ocamlPackages.carton-lwt: disable tests
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/carton/lwt.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/carton/lwt.nix b/pkgs/development/ocaml-modules/carton/lwt.nix
index 03333deff67..cf07eca552b 100644
--- a/pkgs/development/ocaml-modules/carton/lwt.nix
+++ b/pkgs/development/ocaml-modules/carton/lwt.nix
@@ -21,7 +21,9 @@ buildDunePackage {
     bigstringaf
   ];
 
-  doCheck = true;
+  # Tests fail with git 2.41
+  # see https://github.com/mirage/ocaml-git/issues/617
+  doCheck = false;
   nativeCheckInputs = [
     git-binary
   ];