mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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
|
||||
# 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 =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user