rPackages.buildRPackage: set built-timestamp to epoch
This commit is contained in:
parent
31eccf77fd
commit
5a7000ff27
@ -36,7 +36,7 @@ stdenv.mkDerivation ({
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out/library
|
||||
$rCommand CMD INSTALL $installFlags --configure-args="$configureFlags" -l $out/library .
|
||||
$rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library .
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user