Commit 567bea76 authored by OPNA2608's avatar OPNA2608
Browse files

haskellPackages.vector: Disable tests when inspection-testing is borked

Fixes building up to ShellCheck on ppc64.
parent f16c79fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -276,6 +276,8 @@ with haskellLib;
    # Ironically, we still need to build the doctest suite.
    # vector-0.13.2.0 has a doctest < 0.24 constraint
    jailbreak = true;
    # inspection-testing doesn't work on all archs & ABIs
    doCheck = !self.inspection-testing.meta.broken;
  }) super.vector;

  # https://github.com/lspitzner/data-tree-print/issues/4