google-cloud-sdk: remove tests directories

This reduces output size by 4.5 MiB.
This commit is contained in:
edef 2020-01-31 08:43:23 +00:00
parent c484d6376c
commit dbaafbbf73

View file

@ -78,6 +78,9 @@ in stdenv.mkDerivation rec {
# nixpkgs instead.
rm -r $out/google-cloud-sdk/platform/gsutil/third_party/crcmod \
$out/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx
# remove tests and test data
find $out -name tests -type d -exec rm -rf '{}' +
'';
meta = with stdenv.lib; {