Author: eelco
Date: 2010-06-07 13:54:15 +0000 (Mon, 07 Jun 2010)
New Revision: 22168

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22168&view=rev

Modified:
   nixos/trunk/tests/subversion.nix

Log:
* Fix coverage analysis of the kernel.


Changes:

Modified: nixos/trunk/tests/subversion.nix
===================================================================
--- nixos/trunk/tests/subversion.nix    2010-06-07 12:39:50 UTC (rev 22167)
+++ nixos/trunk/tests/subversion.nix    2010-06-07 13:54:15 UTC (rev 22168)
@@ -19,7 +19,7 @@
 
         # 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 =
             ''

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to