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:
parent
6d046e1079
commit
c484d6376c
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user