From 57777e6d56235fe64620ac1605fc3a2009842ffa Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 28 May 2022 14:10:41 +0200 Subject: [PATCH] ocamlPackages.parmap: disable tests --- pkgs/development/ocaml-modules/parmap/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/parmap/default.nix b/pkgs/development/ocaml-modules/parmap/default.nix index 521c1c406714..18e1975b698d 100644 --- a/pkgs/development/ocaml-modules/parmap/default.nix +++ b/pkgs/development/ocaml-modules/parmap/default.nix @@ -10,13 +10,12 @@ buildDunePackage rec { }; minimalOCamlVersion = "4.03"; - useDune2 = true; buildInputs = [ dune-configurator ]; - doCheck = true; + doCheck = false; # prevent running slow benchmarks meta = with lib; { description = "Library for multicore parallel programming";