releaseTools.sourceTarball: Clean up temporary files

This commit is contained in:
Eelco Dolstra
2017-11-21 19:45:20 +01:00
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"
'';