lcov: Don't warn about missing source files

Another upstream patch for compatibility with current GCCs.
This commit is contained in:
Eelco Dolstra
2014-02-05 20:17:01 +01:00
parent d7cb2f5712
commit eed3c8a6ec
2 changed files with 55 additions and 1 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
patches =
[ ./lcov-except-unreach.patch ]
[ ./lcov-except-unreach.patch ./no-warn-missing.patch ]
++ stdenv.lib.optional stdenv.isFreeBSD ./freebsd-install.patch;
preBuild = ''