google-cloud-sdk: remove bundled python (#344957)

This commit is contained in:
h7x4 2024-10-01 01:06:19 +02:00 committed by GitHub
commit bdc42f289e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/