mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
* Fix coverage analysis of the kernel.
svn path=/nixos/trunk/; revision=22168
This commit is contained in:
parent
5316059442
commit
4b3a76f3fc
@ -19,7 +19,7 @@ let
|
|||||||
|
|
||||||
# To build the kernel with coverage instrumentation, we need a
|
# To build the kernel with coverage instrumentation, we need a
|
||||||
# special patch to make coverage data available under /proc.
|
# special patch to make coverage data available under /proc.
|
||||||
kernel = pkgs.kernel.override (orig: {
|
linux = pkgs.linux.override (orig: {
|
||||||
stdenv = cleanupBuildTree (keepBuildTree orig.stdenv);
|
stdenv = cleanupBuildTree (keepBuildTree orig.stdenv);
|
||||||
extraConfig =
|
extraConfig =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user