google-cloud-sdk: remove crcmod_osx as well

Both third_party/crcmod_osx and third_party/crcmod are only used in the
PYTHONPATH, and we already replace them with dependencies from nixpkgs.
This commit is contained in:
edef 2020-01-30 21:59:33 +00:00
parent 6d046e1079
commit c484d6376c

View File

@ -76,7 +76,8 @@ in stdenv.mkDerivation rec {
# This directory contains compiled mac binaries. We used crcmod from
# 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
'';
meta = with stdenv.lib; {