ocamlPackages.ppx_import: disable checks
(cherry picked from commit ecf820740a0b576361dac53778a4e6e2e6338287)
This commit is contained in:
committed by
Vincent Laporte
parent
93963c27b9
commit
162c4e4e16
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user