google-cloud-sdk: remove bundled python

It seems that the bundled python location has changed. This reduces
~500M size.
This commit is contained in:
Gary Guo
2024-09-27 22:52:34 +01:00
parent 1925c603f1
commit 6474ec11bc
@@ -49,8 +49,8 @@ in stdenv.mkDerivation rec {
runHook preInstall
mkdir -p $out/google-cloud-sdk
if [ -d .install/platform/bundledpythonunix ]; then
rm -r .install/platform/bundledpythonunix
if [ -d platform/bundledpythonunix ]; then
rm -r platform/bundledpythonunix
fi
cp -R * .install $out/google-cloud-sdk/