ocamlPackages.ppx_import: disable checks

(cherry picked from commit ecf820740a0b576361dac53778a4e6e2e6338287)
This commit is contained in:
Vincent Laporte
2021-05-28 11:59:34 +02:00
committed by Vincent Laporte
parent 93963c27b9
commit 162c4e4e16
2 changed files with 1 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
{ lib, fetchurl, buildDunePackage
, ppx_tools_versioned
, ocaml-migrate-parsetree
, ounit, ppx_deriving, ppxlib
}:
buildDunePackage rec {
@@ -21,9 +20,6 @@ buildDunePackage rec {
ppx_tools_versioned ocaml-migrate-parsetree
];
doCheck = true;
checkInputs = [ ounit ppx_deriving ppxlib ];
meta = {
description = "A syntax extension that allows to pull in types or signatures from other compiled interface files";
license = lib.licenses.mit;