forked from mirrors/nixpkgs
rPackages.buildRPackage: set built-timestamp to epoch
This commit is contained in:
parent
31eccf77fd
commit
5a7000ff27
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue