bear: ignore wrapper calls (#20070)

Fixes #20056
This commit is contained in:
Pavel Chuprikov
2016-11-03 15:27:03 +01:00
committed by Vladimír Čunát
parent 662c5095a8
commit 6693e3b06c
2 changed files with 33 additions and 0 deletions
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
doCheck = false; # all fail
patches = [ ./ignore_wrapper.patch ];
meta = with stdenv.lib; {
description = "Tool that generates a compilation database for clang tooling";
longDescription = ''