determinism: change some fixed timestamp to != (time_t)0

vcunat removed the unrelated glib change.
Conflicts:
	pkgs/development/libraries/glib/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/os-specific/linux/kernel/manual-config.nix
This commit is contained in:
Vladimír Čunát
2014-12-30 17:03:39 +01:00
parent e53471eb54
commit d8c5d95330
5 changed files with 5 additions and 4 deletions
@@ -104,7 +104,7 @@ let
buildFlagsArray+=("KBUILD_BUILD_TIMESTAMP=Thu Jan 1 00:00:01 UTC 1970")
'';
buildFlags = [
KBUILD_BUILD_TIMESTAMP=1; # (time_t)1
"KBUILD_BUILD_VERSION=1-NixOS"
platform.kernelTarget
] ++ optional isModular "modules";