Enable setting the headersVersion so the default kernel can be updated without rebuilding stdenv
svn path=/nixpkgs/branches/stdenv-updates/; revision=29548
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
assert cross == null -> stdenv.isLinux;
|
||||
|
||||
let
|
||||
version = kernel.version;
|
||||
version = kernel.headersVersion;
|
||||
kernelHeadersBaseConfig = if (cross == null) then
|
||||
stdenv.platform.kernelHeadersBaseConfig
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user