mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
google-cloud-sdk: remove tests directories
This reduces output size by 4.5 MiB.
This commit is contained in:
parent
c484d6376c
commit
dbaafbbf73
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue