Merge pull request #61839 from tadfisher/android-studio
androidStudioPackages: prefix PATH rather than replacing
This commit is contained in:
commit
ef7d4d306f
@ -55,7 +55,7 @@ let
|
|||||||
cp -r . $out
|
cp -r . $out
|
||||||
wrapProgram $out/bin/studio.sh \
|
wrapProgram $out/bin/studio.sh \
|
||||||
--set ANDROID_EMULATOR_USE_SYSTEM_LIBS 1 \
|
--set ANDROID_EMULATOR_USE_SYSTEM_LIBS 1 \
|
||||||
--set PATH "${stdenv.lib.makeBinPath [
|
--prefix PATH : "${stdenv.lib.makeBinPath [
|
||||||
|
|
||||||
# Checked in studio.sh
|
# Checked in studio.sh
|
||||||
coreutils
|
coreutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user