Enable setting the headersSrc so the default kernel can be updated without rebuilding stdenv
svn path=/nixpkgs/branches/stdenv-updates/; revision=29547
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-headers-${version}";
|
||||
|
||||
src = kernel.src;
|
||||
src = kernel.headersSrc;
|
||||
|
||||
targetConfig = if (cross != null) then cross.config else null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user