* Fix coverage analysis of the kernel.

svn path=/nixos/trunk/; revision=22168
This commit is contained in:
Eelco Dolstra 2010-06-07 13:54:15 +00:00
parent 5316059442
commit 4b3a76f3fc

View File

@ -19,7 +19,7 @@ let
# To build the kernel with coverage instrumentation, we need a
# special patch to make coverage data available under /proc.
kernel = pkgs.kernel.override (orig: {
linux = pkgs.linux.override (orig: {
stdenv = cleanupBuildTree (keepBuildTree orig.stdenv);
extraConfig =
''