svn path=/nixos/trunk/; revision=16921
This commit is contained in:
parent
e7acca2ba3
commit
37134cf3af
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ let
|
|||
# To build the kernel with coverage instrumentation, we need a
|
||||
# special patch to make coverage data available under /proc.
|
||||
kernel_2_6_28 = pkgs.kernel_2_6_28.override (orig: {
|
||||
stdenv = pkgs.keepBuildTree orig.stdenv;
|
||||
stdenv = pkgs.cleanupBuildTree (pkgs.keepBuildTree orig.stdenv);
|
||||
kernelPatches = orig.kernelPatches ++ pkgs.lib.singleton
|
||||
{ name = "gcov";
|
||||
patch = pkgs.fetchurl {
|
||||
|
|
Loading…
Reference in a new issue