dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files (#47269)

(cherry picked from commit 7f0865bac8)
This commit is contained in:
baracoder
2018-09-24 22:38:26 +02:00
committed by Jörg Thalheim
parent 31432d4b88
commit f34ef9e746

View File

@@ -20,7 +20,11 @@ in
sha256 = "1a8z9q69cd9a33j7fr7907abm5z4qiivw5k379cgsjmmvxwyvjia";
};
unpackPhase = "tar xvzf $src";
unpackPhase = ''
mkdir src
cd src
tar xvzf $src
'';
buildPhase = ''
runHook preBuild