mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
linux: Don't use underscores in the timestamp
This commit is contained in:
parent
269bd7ef83
commit
73b4b287bb
@ -100,12 +100,13 @@ let
|
||||
ln -sv ${configfile} $buildRoot/.config
|
||||
make $makeFlags "''${makeFlagsArray[@]}" oldconfig
|
||||
runHook postConfigure
|
||||
|
||||
buildFlagsArray+=("KBUILD_BUILD_TIMESTAMP=Thu Jan 1 00:00:01 UTC 1970")
|
||||
'';
|
||||
|
||||
buildFlags = [
|
||||
"KBUILD_BUILD_VERSION=1-NixOS"
|
||||
"KBUILD_BUILD_TIMESTAMP=Thu_Jan__1_00:00:01_UTC_1970"
|
||||
platform.kernelTarget
|
||||
platform.kernelTarget
|
||||
] ++ optional isModular "modules";
|
||||
|
||||
installFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user