mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
releaseTools.sourceTarball: Clean up temporary files
This commit is contained in:
parent
f82b44106c
commit
3d5828ebed
@ -94,6 +94,7 @@ stdenv.mkDerivation (
|
||||
touch now
|
||||
touch -d "1970-01-01 00:00:00 UTC" then
|
||||
find $sourceRoot ! -newer then -print0 | xargs -0r touch --reference now
|
||||
rm now then
|
||||
eval "$nextPostUnpack"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user