google-cloud-sdk: remove tests directories
This reduces output size by 4.5 MiB.
This commit is contained in:
@@ -78,6 +78,9 @@ in stdenv.mkDerivation rec {
|
|||||||
# nixpkgs instead.
|
# nixpkgs instead.
|
||||||
rm -r $out/google-cloud-sdk/platform/gsutil/third_party/crcmod \
|
rm -r $out/google-cloud-sdk/platform/gsutil/third_party/crcmod \
|
||||||
$out/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx
|
$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; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user