google-cloud-sdk: remove bundled python (#344957)
This commit is contained in:
commit
bdc42f289e
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user