about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2020-01-30 21:59:33 +0000
committeredef <edef@edef.eu>2020-02-05 01:59:09 +0000
commitc484d6376c1a7a77003a2e1d2350b24a86106112 (patch)
tree24b442ff0ae4a650e202bb8cdd361149781fb2ec /pkgs/tools/admin
parent6d046e1079601c38540d5eb67ce913632898605b (diff)
downloadnixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar.gz
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar.bz2
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar.lz
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar.xz
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.tar.zst
nixlib-c484d6376c1a7a77003a2e1d2350b24a86106112.zip
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.
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/google-cloud-sdk/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/admin/google-cloud-sdk/default.nix b/pkgs/tools/admin/google-cloud-sdk/default.nix
index 5bcc25ea9899..959c854d6e75 100644
--- a/pkgs/tools/admin/google-cloud-sdk/default.nix
+++ b/pkgs/tools/admin/google-cloud-sdk/default.nix
@@ -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; {